Html Css Color HEX #A80E9E Dark Magenta

📋 copy color: '#A80E9E'

red 168 ◦ green 14 ◦ blue 158

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

Shades of Dark Magenta #A80E9E

Tints of Dark Magenta #A80E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 49.41%
G = 4.12%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A80E9E (or 0xA80E9E) is known color: Dark Magenta. HEX triplet: A8, 0E and 9E. RGB value is (168,14,158). Sum of RGB (Red+Green+Blue) = 168+14+158=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E9E is #57F161. Grayscale: #4C4C4C. Windows color (decimal): -5763426 or 10358440. OLE color: 10358440.

HSL color Cylindrical-coordinate representation of color #A80E9E: hue angle of 303.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E9E is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 14 158 -
CMYK 0 0.92 0.06 0.34
HSL 303.9º 0.85% 0.36% -
HSV(B) 303.9º 0.92% 0.66% -
XYZ 22.48 11.11 33.31 -
YUV 76.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 168 14 158 0 0.92 0.06 0.34 303.9 0.85 0.36
Hex A8 E 9E 0 5C 6 22 130 55 24
Octal 250 16 236 0 134 6 42 460 125 44
Binary 10101000 1110 10011110 0 1011100 110 100010 100110000 1010101 100100

Color Harmonies of #A80E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E9E

Black with #A80E9E

Text Example


Text Example

White with #A80E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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