Html Css Color HEX #A80EC9 Dark Violet

📋 copy color: '#A80EC9'

red 168 ◦ green 14 ◦ blue 201

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

Shades of Dark Violet #A80EC9

Tints of Dark Violet #A80EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 43.86%
G = 3.66%
B = 52.48%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A80EC9 (or 0xA80EC9) is known color: Dark Violet. HEX triplet: A8, 0E and C9. RGB value is (168,14,201). Sum of RGB (Red+Green+Blue) = 168+14+201=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #A80EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EC9 is #57F136. Grayscale: #505050. Windows color (decimal): -5763383 or 13176488. OLE color: 13176488.

HSL color Cylindrical-coordinate representation of color #A80EC9: hue angle of 289.41º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80EC9 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 14 201 -
CMYK 0.16 0.93 0 0.21
HSL 289.41º 0.87% 0.42% -
HSV(B) 289.41º 0.93% 0.79% -
XYZ 26.85 12.86 56.32 -
YUV 81.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 168 14 201 0.16 0.93 0 0.21 289.41 0.87 0.42
Hex A8 E C9 10 5D 0 15 121 57 2A
Octal 250 16 311 20 135 0 25 441 127 52
Binary 10101000 1110 11001001 10000 1011101 0 10101 100100001 1010111 101010

Color Harmonies of #A80EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EC9

Black with #A80EC9

Text Example


Text Example

White with #A80EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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