#a404c0

Color #A404C0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A404C0

Tints of Dark Violet #A404C0

Color information

#A404C0 (or 0xA404C0) is unknown color: approx Dark Violet. HEX triplet: A4, 04 and C0. RGB value is (164,4,192). Sum of RGB (Red+Green+Blue) = 164+4+192=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #A404C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404C0 is #5BFB3F. Grayscale: #484848. Windows color (decimal): -6028096 or 12584100. OLE color: 12584100.

HSL color Cylindrical-coordinate representation of color #A404C0: hue angle of 291.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404C0 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1644192-
CMYK0.150.9800.25
HSL291.06º95.92%38.43%-
HSV(B)291.06º97.92%75.29%-
XYZ24.8711.7950.83-
YUV73.27195.01192.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 192 (75.39% from 255) = 53.33%
R=45.56%
G=1.11%
B=53.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16441920.150.9800.25291.0695.9238.43
HexA44C0F620191236026
Octal24443001714203144314046
Binary1010010010011000000111111000100110011001000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a404c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a404c0; }

 p { color: rgb(164,4,192); }

 H1.HeaderClassName
 {
   color: #a404c0;
 }
 .AnyTagClassName
 {
   color: #a404c0;
 }
</style>
background-color css

<style>
 a { background-color: #a404c0; }

 a { background-color: rgb(164,4,192); }

 div.DivClassName
 {
   background-color: #a404c0;
 }
 .BgClassName
 {
   background-color: #a404c0;
 }
</style>
border-color css

<style>
 span { border-color: #a404c0; }

 span { border-color: rgb(164,4,192); }

 td.TdClassName
 {
   border-color: #a404c0;
 }
 .TagClassName
 {
   border-color: #a404c0;
 }
</style>