#A204C8

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

Shades of Dark Violet #A204C8

Tints of Dark Violet #A204C8

Color information

#A204C8 (or 0xA204C8) is unknown color: approx Dark Violet. HEX triplet: A2, 04 and C8. RGB value is (162,4,200). Sum of RGB (Red+Green+Blue) = 162+4+200=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #A204C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204C8 is #5DFB37. Grayscale: #484848. Windows color (decimal): -6159160 or 13108386. OLE color: 13108386.

HSL color Cylindrical-coordinate representation of color #A204C8: hue angle of 288.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204C8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1624200-
CMYK0.190.9800.22
HSL288.37º96.08%40%-
HSV(B)288.37º98%78.43%-
XYZ25.3711.9455.61-
YUV73.59199.35191.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=44.26%
G=1.09%
B=54.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16242000.190.9800.22288.3796.0840
HexA24C813620161206028
Octal24243102314202644014050
Binary10100010100110010001001111000100101101001000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A204C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A204C8; }

 p { color: rgb(162,4,200); }

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

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

 a { background-color: rgb(162,4,200); }

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

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

 span { border-color: rgb(162,4,200); }

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