Html Css Color HEX #A802E8 Dark Violet

📋 copy color: '#A802E8'

red 168 ◦ green 2 ◦ blue 232

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

Shades of Dark Violet #A802E8

Tints of Dark Violet #A802E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.71%

R = 41.79%
G = 0.5%
B = 57.71%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A802E8 (or 0xA802E8) is known color: Dark Violet. HEX triplet: A8, 02 and E8. RGB value is (168,2,232). Sum of RGB (Red+Green+Blue) = 168+2+232=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #A802E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802E8 is #57FD17. Grayscale: #4D4D4D. Windows color (decimal): -5766424 or 15205032. OLE color: 15205032.

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

Color convert

RGB 168 2 232 -
CMYK 0.28 0.99 0 0.09
HSL 283.3º 0.98% 0.46% -
HSV(B) 283.3º 0.99% 0.91% -
XYZ 30.74 14.19 77.46 -
YUV 77.85 215 192.3 -
System Red Green Blue C M Y K H S L
Decimal 168 2 232 0.28 0.99 0 0.09 283.3 0.98 0.46
Hex A8 2 E8 1C 63 0 9 11B 62 2E
Octal 250 2 350 34 143 0 11 433 142 56
Binary 10101000 10 11101000 11100 1100011 0 1001 100011011 1100010 101110

Color Harmonies of #A802E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802E8

Black with #A802E8

Text Example


Text Example

White with #A802E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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