#A002B8

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

Shades of Dark Violet #A002B8

Tints of Dark Violet #A002B8

Color information

#A002B8 (or 0xA002B8) is unknown color: approx Dark Violet. HEX triplet: A0, 02 and B8. RGB value is (160,2,184). Sum of RGB (Red+Green+Blue) = 160+2+184=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #A002B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002B8 is #5FFD47. Grayscale: #454545. Windows color (decimal): -6290760 or 12059296. OLE color: 12059296.

HSL color Cylindrical-coordinate representation of color #A002B8: hue angle of 292.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002B8 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1602184-
CMYK0.130.9900.28
HSL292.09º97.85%36.47%-
HSV(B)292.09º98.91%72.16%-
XYZ23.1710.9846.25-
YUV69.99192.35192.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 184 (72.27% from 255) = 53.18%
R=46.24%
G=0.58%
B=53.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16021840.130.9900.28292.0997.8536.47
HexA02B8D6301C1246224
Octal24022701514303444414244
Binary101000001010111000110111000110111001001001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A002B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A002B8; }

 p { color: rgb(160,2,184); }

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

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

 a { background-color: rgb(160,2,184); }

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

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

 span { border-color: rgb(160,2,184); }

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