#A409C8

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

Shades of Dark Violet #A409C8

Tints of Dark Violet #A409C8

Color information

#A409C8 (or 0xA409C8) is unknown color: approx Dark Violet. HEX triplet: A4, 09 and C8. RGB value is (164,9,200). Sum of RGB (Red+Green+Blue) = 164+9+200=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #A409C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409C8 is #5BF637. Grayscale: #4C4C4C. Windows color (decimal): -6026808 or 13109668. OLE color: 13109668.

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

Color convert

RGB1649200-
CMYK0.180.9600.22
HSL288.69º91.39%40.98%-
HSV(B)288.69º95.5%78.43%-
XYZ25.8312.2655.65-
YUV77.12197.35189.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 200 (78.52% from 255) = 53.62%
R=43.97%
G=2.41%
B=53.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16492000.180.9600.22288.6991.3940.98
HexA49C812600161215b29
Octal244113102214002644113351
Binary101001001001110010001001011000000101101001000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A409C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A409C8; }

 p { color: rgb(164,9,200); }

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

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

 a { background-color: rgb(164,9,200); }

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

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

 span { border-color: rgb(164,9,200); }

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