Html Css Color HEX #A80EB9 Dark Violet

📋 copy color: '#A80EB9'

red 168 ◦ green 14 ◦ blue 185

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

Shades of Dark Violet #A80EB9

Tints of Dark Violet #A80EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.81%

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 45.78%
G = 3.81%
B = 50.41%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A80EB9 (or 0xA80EB9) is known color: Dark Violet. HEX triplet: A8, 0E and B9. RGB value is (168,14,185). Sum of RGB (Red+Green+Blue) = 168+14+185=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #A80EB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EB9 is #57F146. Grayscale: #4F4F4F. Windows color (decimal): -5763399 or 12127912. OLE color: 12127912.

HSL color Cylindrical-coordinate representation of color #A80EB9: hue angle of 294.04º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EB9 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 14 185 -
CMYK 0.09 0.92 0 0.27
HSL 294.04º 0.86% 0.39% -
HSV(B) 294.04º 0.92% 0.73% -
XYZ 25.06 12.14 46.92 -
YUV 79.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 168 14 185 0.09 0.92 0 0.27 294.04 0.86 0.39
Hex A8 E B9 9 5C 0 1B 126 56 27
Octal 250 16 271 11 134 0 33 446 126 47
Binary 10101000 1110 10111001 1001 1011100 0 11011 100100110 1010110 100111

Color Harmonies of #A80EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EB9

Black with #A80EB9

Text Example


Text Example

White with #A80EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EB9; }

 p { color: rgb(168,14,185); }

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

background-color css

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

 a { background-color: rgb(168,14,185); }

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

border-color css

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

 span { border-color: rgb(168,14,185); }

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