Html Css Color HEX #A80C8F Dark Magenta

📋 copy color: '#A80C8F'

red 168 ◦ green 12 ◦ blue 143

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

Shades of Dark Magenta #A80C8F

Tints of Dark Magenta #A80C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.72%

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 52.01%
G = 3.72%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A80C8F (or 0xA80C8F) is known color: Dark Magenta. HEX triplet: A8, 0C and 8F. RGB value is (168,12,143). Sum of RGB (Red+Green+Blue) = 168+12+143=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C8F is #57F370. Grayscale: #494949. Windows color (decimal): -5763953 or 9374888. OLE color: 9374888.

HSL color Cylindrical-coordinate representation of color #A80C8F: hue angle of 309.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C8F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 143 -
CMYK 0 0.93 0.15 0.34
HSL 309.62º 0.87% 0.35% -
HSV(B) 309.62º 0.93% 0.66% -
XYZ 21.24 10.57 26.91 -
YUV 73.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 168 12 143 0 0.93 0.15 0.34 309.62 0.87 0.35
Hex A8 C 8F 0 5D F 22 136 57 23
Octal 250 14 217 0 135 17 42 466 127 43
Binary 10101000 1100 10001111 0 1011101 1111 100010 100110110 1010111 100011

Color Harmonies of #A80C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C8F

Black with #A80C8F

Text Example


Text Example

White with #A80C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C8F; }

 p { color: rgb(168,12,143); }

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

background-color css

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

 a { background-color: rgb(168,12,143); }

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

border-color css

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

 span { border-color: rgb(168,12,143); }

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