Html Css Color HEX #A802E9 Dark Violet

📋 copy color: '#A802E9'

red 168 ◦ green 2 ◦ blue 233

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

Shades of Dark Violet #A802E9

Tints of Dark Violet #A802E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 57.82%

R = 41.69%
G = 0.5%
B = 57.82%

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

#A802E9 (or 0xA802E9) is known color: Dark Violet. HEX triplet: A8, 02 and E9. RGB value is (168,2,233). Sum of RGB (Red+Green+Blue) = 168+2+233=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #A802E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802E9 is #57FD16. Grayscale: #4D4D4D. Windows color (decimal): -5766423 or 15270568. OLE color: 15270568.

HSL color Cylindrical-coordinate representation of color #A802E9: hue angle of 283.12º 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 #A802E9 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 2 233 -
CMYK 0.28 0.99 0 0.09
HSL 283.12º 0.98% 0.46% -
HSV(B) 283.12º 0.99% 0.91% -
XYZ 30.88 14.25 78.21 -
YUV 77.97 215.5 192.22 -
System Red Green Blue C M Y K H S L
Decimal 168 2 233 0.28 0.99 0 0.09 283.12 0.98 0.46
Hex A8 2 E9 1C 63 0 9 11B 62 2E
Octal 250 2 351 34 143 0 11 433 142 56
Binary 10101000 10 11101001 11100 1100011 0 1001 100011011 1100010 101110

Color Harmonies of #A802E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802E9

Black with #A802E9

Text Example


Text Example

White with #A802E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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