Html Css Color HEX #A802D8 Dark Violet

📋 copy color: '#A802D8'

red 168 ◦ green 2 ◦ blue 216

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

Shades of Dark Violet #A802D8

Tints of Dark Violet #A802D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.96%

R = 43.52%
G = 0.52%
B = 55.96%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A802D8 (or 0xA802D8) is known color: Dark Violet. HEX triplet: A8, 02 and D8. RGB value is (168,2,216). Sum of RGB (Red+Green+Blue) = 168+2+216=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #A802D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802D8 is #57FD27. Grayscale: #4B4B4B. Windows color (decimal): -5766440 or 14156456. OLE color: 14156456.

HSL color Cylindrical-coordinate representation of color #A802D8: hue angle of 286.54º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802D8 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 2 216 -
CMYK 0.22 0.99 0 0.15
HSL 286.54º 0.98% 0.43% -
HSV(B) 286.54º 0.99% 0.85% -
XYZ 28.56 13.33 66.03 -
YUV 76.03 207 193.6 -
System Red Green Blue C M Y K H S L
Decimal 168 2 216 0.22 0.99 0 0.15 286.54 0.98 0.43
Hex A8 2 D8 16 63 0 F 11F 62 2B
Octal 250 2 330 26 143 0 17 437 142 53
Binary 10101000 10 11011000 10110 1100011 0 1111 100011111 1100010 101011

Color Harmonies of #A802D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802D8

Black with #A802D8

Text Example


Text Example

White with #A802D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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