Html Css Color HEX #A802DC Dark Violet

📋 copy color: '#A802DC'

red 168 ◦ green 2 ◦ blue 220

#A802DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A802DC

Tints of Dark Violet #A802DC

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 43.08%
G = 0.51%
B = 56.41%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A802DC (or 0xA802DC) is known color: Dark Violet. HEX triplet: A8, 02 and DC. RGB value is (168,2,220). Sum of RGB (Red+Green+Blue) = 168+2+220=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #A802DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802DC is #57FD23. Grayscale: #4B4B4B. Windows color (decimal): -5766436 or 14418600. OLE color: 14418600.

HSL color Cylindrical-coordinate representation of color #A802DC: hue angle of 285.69º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802DC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 2 220 -
CMYK 0.24 0.99 0 0.14
HSL 285.69º 0.98% 0.44% -
HSV(B) 285.69º 0.99% 0.86% -
XYZ 29.09 13.54 68.79 -
YUV 76.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 168 2 220 0.24 0.99 0 0.14 285.69 0.98 0.44
Hex A8 2 DC 18 63 0 E 11E 62 2C
Octal 250 2 334 30 143 0 16 436 142 54
Binary 10101000 10 11011100 11000 1100011 0 1110 100011110 1100010 101100

Color Harmonies of #A802DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802DC

Black with #A802DC

Text Example


Text Example

White with #A802DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802DC; }

 p { color: rgb(168,2,220); }

 H1.HeaderClassName
 {
   color: #A802DC;
 }
 .AnyTagClassName
 {
   color: #A802DC;
 }
</style>

background-color css

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

 a { background-color: rgb(168,2,220); }

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

border-color css

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

 span { border-color: rgb(168,2,220); }

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