#A00CBC

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

Shades of Dark Violet #A00CBC

Tints of Dark Violet #A00CBC

Color information

#A00CBC (or 0xA00CBC) is unknown color: approx Dark Violet. HEX triplet: A0, 0C and BC. RGB value is (160,12,188). Sum of RGB (Red+Green+Blue) = 160+12+188=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CBC is #5FF343. Grayscale: #4B4B4B. Windows color (decimal): -6288196 or 12324000. OLE color: 12324000.

HSL color Cylindrical-coordinate representation of color #A00CBC: hue angle of 290.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CBC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16012188-
CMYK0.150.9400.26
HSL290.45º88%39.22%-
HSV(B)290.45º93.62%73.73%-
XYZ23.7111.3748.52-
YUV76.32191.03187.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 3.33%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=44.44%
G=3.33%
B=52.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160121880.150.9400.26290.458839.22
HexA0CBCF5E01A1225827
Octal240142741713603244213047
Binary10100000110010111100111110111100110101001000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00CBC; }

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

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

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

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

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

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

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

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