#A00DCC

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

Shades of Dark Violet #A00DCC

Tints of Dark Violet #A00DCC

Color information

#A00DCC (or 0xA00DCC) is unknown color: approx Dark Violet. HEX triplet: A0, 0D and CC. RGB value is (160,13,204). Sum of RGB (Red+Green+Blue) = 160+13+204=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A00DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DCC is #5FF233. Grayscale: #4E4E4E. Windows color (decimal): -6287924 or 13372832. OLE color: 13372832.

HSL color Cylindrical-coordinate representation of color #A00DCC: hue angle of 286.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DCC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16013204-
CMYK0.220.9400.2
HSL286.18º88.02%42.55%-
HSV(B)286.18º93.63%80%-
XYZ25.5412.1258.12-
YUV78.73198.7185.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 13 (5.47% from 255) = 3.45%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=42.44%
G=3.45%
B=54.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160132040.220.9400.2286.1888.0242.55
HexA0DCC165E01411e582b
Octal240153142613602443613053
Binary101000001101110011001011010111100101001000111101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00DCC; }

 p { color: rgb(160,13,204); }

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

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

 a { background-color: rgb(160,13,204); }

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

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

 span { border-color: rgb(160,13,204); }

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