Html Css Color HEX #A802E7 Dark Violet

📋 copy color: '#A802E7'

red 168 ◦ green 2 ◦ blue 231

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

Shades of Dark Violet #A802E7

Tints of Dark Violet #A802E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 57.61%

R = 41.9%
G = 0.5%
B = 57.61%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A802E7 (or 0xA802E7) is known color: Dark Violet. HEX triplet: A8, 02 and E7. RGB value is (168,2,231). Sum of RGB (Red+Green+Blue) = 168+2+231=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #A802E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802E7 is #57FD18. Grayscale: #4C4C4C. Windows color (decimal): -5766425 or 15139496. OLE color: 15139496.

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

Color convert

RGB 168 2 231 -
CMYK 0.27 0.99 0 0.09
HSL 283.49º 0.98% 0.46% -
HSV(B) 283.49º 0.99% 0.91% -
XYZ 30.59 14.14 76.72 -
YUV 77.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 168 2 231 0.27 0.99 0 0.09 283.49 0.98 0.46
Hex A8 2 E7 1B 63 0 9 11B 62 2E
Octal 250 2 347 33 143 0 11 433 142 56
Binary 10101000 10 11100111 11011 1100011 0 1001 100011011 1100010 101110

Color Harmonies of #A802E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802E7

Black with #A802E7

Text Example


Text Example

White with #A802E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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