Html Css Color HEX #A80A8B Dark Magenta

📋 copy color: '#A80A8B'

red 168 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #A80A8B

Tints of Dark Magenta #A80A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.15%

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

R = 53%
G = 3.15%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A80A8B (or 0xA80A8B) is known color: Dark Magenta. HEX triplet: A8, 0A and 8B. RGB value is (168,10,139). Sum of RGB (Red+Green+Blue) = 168+10+139=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80A8B is #57F574. Grayscale: #474747. Windows color (decimal): -5764469 or 9112232. OLE color: 9112232.

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

Color convert

RGB 168 10 139 -
CMYK 0 0.94 0.17 0.34
HSL 311.01º 0.89% 0.35% -
HSV(B) 311.01º 0.94% 0.66% -
XYZ 20.92 10.41 25.33 -
YUV 71.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 168 10 139 0 0.94 0.17 0.34 311.01 0.89 0.35
Hex A8 A 8B 0 5E 11 22 137 59 23
Octal 250 12 213 0 136 21 42 467 131 43
Binary 10101000 1010 10001011 0 1011110 10001 100010 100110111 1011001 100011

Color Harmonies of #A80A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A8B

Black with #A80A8B

Text Example


Text Example

White with #A80A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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