Html Css Color HEX #A80E8C Dark Magenta

📋 copy color: '#A80E8C'

red 168 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #A80E8C

Tints of Dark Magenta #A80E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 52.17%
G = 4.35%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A80E8C (or 0xA80E8C) is known color: Dark Magenta. HEX triplet: A8, 0E and 8C. RGB value is (168,14,140). Sum of RGB (Red+Green+Blue) = 168+14+140=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E8C is #57F173. Grayscale: #4A4A4A. Windows color (decimal): -5763444 or 9178792. OLE color: 9178792.

HSL color Cylindrical-coordinate representation of color #A80E8C: hue angle of 310.91º 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 #A80E8C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 14 140 -
CMYK 0 0.92 0.17 0.34
HSL 310.91º 0.85% 0.36% -
HSV(B) 310.91º 0.92% 0.66% -
XYZ 21.04 10.53 25.74 -
YUV 74.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 168 14 140 0 0.92 0.17 0.34 310.91 0.85 0.36
Hex A8 E 8C 0 5C 11 22 137 55 24
Octal 250 16 214 0 134 21 42 467 125 44
Binary 10101000 1110 10001100 0 1011100 10001 100010 100110111 1010101 100100

Color Harmonies of #A80E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E8C

Black with #A80E8C

Text Example


Text Example

White with #A80E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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