Html Css Color HEX #A802CE Dark Violet

📋 copy color: '#A802CE'

red 168 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #A802CE

Tints of Dark Violet #A802CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 44.68%
G = 0.53%
B = 54.79%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A802CE (or 0xA802CE) is known color: Dark Violet. HEX triplet: A8, 02 and CE. RGB value is (168,2,206). Sum of RGB (Red+Green+Blue) = 168+2+206=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #A802CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802CE is #57FD31. Grayscale: #4A4A4A. Windows color (decimal): -5766450 or 13501096. OLE color: 13501096.

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

Color convert

RGB 168 2 206 -
CMYK 0.18 0.99 0 0.19
HSL 288.82º 0.98% 0.41% -
HSV(B) 288.82º 0.99% 0.81% -
XYZ 27.31 12.82 59.43 -
YUV 74.89 202 194.41 -
System Red Green Blue C M Y K H S L
Decimal 168 2 206 0.18 0.99 0 0.19 288.82 0.98 0.41
Hex A8 2 CE 12 63 0 13 121 62 29
Octal 250 2 316 22 143 0 23 441 142 51
Binary 10101000 10 11001110 10010 1100011 0 10011 100100001 1100010 101001

Color Harmonies of #A802CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802CE

Black with #A802CE

Text Example


Text Example

White with #A802CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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