#A000CB

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

Shades of Dark Violet #A000CB

Tints of Dark Violet #A000CB

Color information

#A000CB (or 0xA000CB) is unknown color: approx Dark Violet. HEX triplet: A0, 00 and CB. RGB value is (160,0,203). Sum of RGB (Red+Green+Blue) = 160+0+203=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #A000CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000CB is #5FFF34. Grayscale: #464646. Windows color (decimal): -6291253 or 13303968. OLE color: 13303968.

HSL color Cylindrical-coordinate representation of color #A000CB: hue angle of 287.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000CB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1600203-
CMYK0.21100.20
HSL287.29º100%39.8%-
HSV(B)287.29º100%79.61%-
XYZ25.2811.7957.44-
YUV70.98202.51191.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=44.08%
G=0%
B=55.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16002030.21100.20287.2910039.8
HexA00CB156401411f6428
Octal24003132514402443714450
Binary101000000110010111010111001000101001000111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A000CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A000CB; }

 p { color: rgb(160,0,203); }

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

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

 a { background-color: rgb(160,0,203); }

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

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

 span { border-color: rgb(160,0,203); }

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