Html Css Color HEX #A80AE9 Dark Violet

📋 copy color: '#A80AE9'

red 168 ◦ green 10 ◦ blue 233

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

Shades of Dark Violet #A80AE9

Tints of Dark Violet #A80AE9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 40.88%
G = 2.43%
B = 56.69%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A80AE9 (or 0xA80AE9) is known color: Dark Violet. HEX triplet: A8, 0A and E9. RGB value is (168,10,233). Sum of RGB (Red+Green+Blue) = 168+10+233=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #A80AE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AE9 is #57F516. Grayscale: #515151. Windows color (decimal): -5764375 or 15272616. OLE color: 15272616.

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

Color convert

RGB 168 10 233 -
CMYK 0.28 0.96 0 0.09
HSL 282.51º 0.92% 0.48% -
HSV(B) 282.51º 0.96% 0.91% -
XYZ 30.96 14.43 78.24 -
YUV 82.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 168 10 233 0.28 0.96 0 0.09 282.51 0.92 0.48
Hex A8 A E9 1C 60 0 9 11B 5C 30
Octal 250 12 351 34 140 0 11 433 134 60
Binary 10101000 1010 11101001 11100 1100000 0 1001 100011011 1011100 110000

Color Harmonies of #A80AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AE9

Black with #A80AE9

Text Example


Text Example

White with #A80AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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