#A40CC6

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

Shades of Dark Violet #A40CC6

Tints of Dark Violet #A40CC6

Color information

#A40CC6 (or 0xA40CC6) is unknown color: approx Dark Violet. HEX triplet: A4, 0C and C6. RGB value is (164,12,198). Sum of RGB (Red+Green+Blue) = 164+12+198=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #A40CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CC6 is #5BF339. Grayscale: #4E4E4E. Windows color (decimal): -6026042 or 12979364. OLE color: 12979364.

HSL color Cylindrical-coordinate representation of color #A40CC6: hue angle of 289.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CC6 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16412198-
CMYK0.170.9400.22
HSL289.03º88.57%41.18%-
HSV(B)289.03º93.94%77.65%-
XYZ25.6312.2354.44-
YUV78.65195.36188.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 12 (5.08% from 255) = 3.21%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=43.85%
G=3.21%
B=52.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164121980.170.9400.22289.0388.5741.18
HexA4CC6115E0161215929
Octal244143062113602644113151
Binary101001001100110001101000110111100101101001000011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40CC6; }

 p { color: rgb(164,12,198); }

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

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

 a { background-color: rgb(164,12,198); }

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

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

 span { border-color: rgb(164,12,198); }

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