Html Css Color HEX #A80C8B Dark Magenta

📋 copy color: '#A80C8B'

red 168 ◦ green 12 ◦ blue 139

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

Shades of Dark Magenta #A80C8B

Tints of Dark Magenta #A80C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 52.66%
G = 3.76%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A80C8B (or 0xA80C8B) is known color: Dark Magenta. HEX triplet: A8, 0C and 8B. RGB value is (168,12,139). Sum of RGB (Red+Green+Blue) = 168+12+139=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C8B is #57F374. Grayscale: #484848. Windows color (decimal): -5763957 or 9112744. OLE color: 9112744.

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

Color convert

RGB 168 12 139 -
CMYK 0 0.93 0.17 0.34
HSL 311.15º 0.87% 0.35% -
HSV(B) 311.15º 0.93% 0.66% -
XYZ 20.94 10.45 25.34 -
YUV 73.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 168 12 139 0 0.93 0.17 0.34 311.15 0.87 0.35
Hex A8 C 8B 0 5D 11 22 137 57 23
Octal 250 14 213 0 135 21 42 467 127 43
Binary 10101000 1100 10001011 0 1011101 10001 100010 100110111 1010111 100011

Color Harmonies of #A80C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C8B

Black with #A80C8B

Text Example


Text Example

White with #A80C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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