#A40AC9

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

Shades of Dark Violet #A40AC9

Tints of Dark Violet #A40AC9

Color information

#A40AC9 (or 0xA40AC9) is unknown color: approx Dark Violet. HEX triplet: A4, 0A and C9. RGB value is (164,10,201). Sum of RGB (Red+Green+Blue) = 164+10+201=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #A40AC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AC9 is #5BF536. Grayscale: #4D4D4D. Windows color (decimal): -6026551 or 13175460. OLE color: 13175460.

HSL color Cylindrical-coordinate representation of color #A40AC9: hue angle of 288.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AC9 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16410201-
CMYK0.180.9500.21
HSL288.38º90.52%41.37%-
HSV(B)288.38º95.02%78.82%-
XYZ25.9612.3356.27-
YUV77.82197.52189.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=43.73%
G=2.67%
B=53.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164102010.180.9500.21288.3890.5241.37
HexA4AC9125F0151205b29
Octal244123112213702544013351
Binary101001001010110010011001010111110101011001000001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40AC9; }

 p { color: rgb(164,10,201); }

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

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

 a { background-color: rgb(164,10,201); }

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

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

 span { border-color: rgb(164,10,201); }

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