Html Css Color HEX #A80AE6 Dark Violet

📋 copy color: '#A80AE6'

red 168 ◦ green 10 ◦ blue 230

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

Shades of Dark Violet #A80AE6

Tints of Dark Violet #A80AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.37%

R = 41.18%
G = 2.45%
B = 56.37%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A80AE6 (or 0xA80AE6) is known color: Dark Violet. HEX triplet: A8, 0A and E6. RGB value is (168,10,230). Sum of RGB (Red+Green+Blue) = 168+10+230=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #A80AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AE6 is #57F519. Grayscale: #515151. Windows color (decimal): -5764378 or 15076008. OLE color: 15076008.

HSL color Cylindrical-coordinate representation of color #A80AE6: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AE6 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 10 230 -
CMYK 0.27 0.96 0 0.10
HSL 283.09º 0.92% 0.47% -
HSV(B) 283.09º 0.96% 0.9% -
XYZ 30.54 14.26 76 -
YUV 82.32 211.35 189.11 -
System Red Green Blue C M Y K H S L
Decimal 168 10 230 0.27 0.96 0 0.10 283.09 0.92 0.47
Hex A8 A E6 1B 60 0 A 11B 5C 2F
Octal 250 12 346 33 140 0 12 433 134 57
Binary 10101000 1010 11100110 11011 1100000 0 1010 100011011 1011100 101111

Color Harmonies of #A80AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AE6

Black with #A80AE6

Text Example


Text Example

White with #A80AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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