#A204C5

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

Shades of Dark Violet #A204C5

Tints of Dark Violet #A204C5

Color information

#A204C5 (or 0xA204C5) is unknown color: approx Dark Violet. HEX triplet: A2, 04 and C5. RGB value is (162,4,197). Sum of RGB (Red+Green+Blue) = 162+4+197=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #A204C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204C5 is #5DFB3A. Grayscale: #484848. Windows color (decimal): -6159163 or 12911778. OLE color: 12911778.

HSL color Cylindrical-coordinate representation of color #A204C5: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204C5 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1624197-
CMYK0.180.9800.23
HSL289.12º96.02%39.41%-
HSV(B)289.12º97.97%77.25%-
XYZ25.0211.853.78-
YUV73.24197.85191.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 197 (77.34% from 255) = 54.27%
R=44.63%
G=1.10%
B=54.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16241970.180.9800.23289.1296.0239.41
HexA24C512620171216027
Octal24243052214202744114047
Binary10100010100110001011001011000100101111001000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A204C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A204C5; }

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

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

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

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

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

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

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

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