#A001B2

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

Shades of Dark Violet #A001B2

Tints of Dark Violet #A001B2

Color information

#A001B2 (or 0xA001B2) is unknown color: approx Dark Violet. HEX triplet: A0, 01 and B2. RGB value is (160,1,178). Sum of RGB (Red+Green+Blue) = 160+1+178=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #A001B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001B2 is #5FFE4D. Grayscale: #444444. Windows color (decimal): -6291022 or 11665824. OLE color: 11665824.

HSL color Cylindrical-coordinate representation of color #A001B2: hue angle of 293.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001B2 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1601178-
CMYK0.100.9900.30
HSL293.9º98.88%35.1%-
HSV(B)293.9º99.44%69.8%-
XYZ22.5410.7143-
YUV68.72189.68193.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=47.20%
G=0.29%
B=52.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16011780.100.9900.30293.998.8835.1
HexA01B2A6301E1266323
Octal24012621214303644614343
Binary10100000110110010101011000110111101001001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A001B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A001B2; }

 p { color: rgb(160,1,178); }

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

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

 a { background-color: rgb(160,1,178); }

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

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

 span { border-color: rgb(160,1,178); }

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