#A00CC5

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

Shades of Dark Violet #A00CC5

Tints of Dark Violet #A00CC5

Color information

#A00CC5 (or 0xA00CC5) is unknown color: approx Dark Violet. HEX triplet: A0, 0C and C5. RGB value is (160,12,197). Sum of RGB (Red+Green+Blue) = 160+12+197=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #A00CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CC5 is #5FF33A. Grayscale: #4C4C4C. Windows color (decimal): -6288187 or 12913824. OLE color: 12913824.

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

Color convert

RGB16012197-
CMYK0.190.9400.23
HSL288º88.52%40.98%-
HSV(B)288º93.91%77.25%-
XYZ24.7111.7753.79-
YUV77.34195.53186.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 197 (77.34% from 255) = 53.39%
R=43.36%
G=3.25%
B=53.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160121970.190.9400.2328888.5240.98
HexA0CC5135E0171205929
Octal240143052313602744013151
Binary101000001100110001011001110111100101111001000001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00CC5; }

 p { color: rgb(160,12,197); }

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

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

 a { background-color: rgb(160,12,197); }

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

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

 span { border-color: rgb(160,12,197); }

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