#A002D1

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

Shades of Dark Violet #A002D1

Tints of Dark Violet #A002D1

Color information

#A002D1 (or 0xA002D1) is unknown color: approx Dark Violet. HEX triplet: A0, 02 and D1. RGB value is (160,2,209). Sum of RGB (Red+Green+Blue) = 160+2+209=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #A002D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002D1 is #5FFD2E. Grayscale: #484848. Windows color (decimal): -6290735 or 13697696. OLE color: 13697696.

HSL color Cylindrical-coordinate representation of color #A002D1: hue angle of 285.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002D1 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1602209-
CMYK0.230.9900.18
HSL285.8º98.1%41.37%-
HSV(B)285.8º99.04%81.96%-
XYZ26.0312.1261.29-
YUV72.84204.85190.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 209 (82.03% from 255) = 56.33%
R=43.13%
G=0.54%
B=56.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16022090.230.9900.18285.898.141.37
HexA02D1176301211e6229
Octal24023212714302243614251
Binary1010000010110100011011111000110100101000111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A002D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A002D1; }

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

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

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

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

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

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

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

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