Html Css Color HEX #A80A8A Dark Magenta

📋 copy color: '#A80A8A'

red 168 ◦ green 10 ◦ blue 138

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

Shades of Dark Magenta #A80A8A

Tints of Dark Magenta #A80A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 53.16%
G = 3.16%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A80A8A (or 0xA80A8A) is known color: Dark Magenta. HEX triplet: A8, 0A and 8A. RGB value is (168,10,138). Sum of RGB (Red+Green+Blue) = 168+10+138=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80A8A is #57F575. Grayscale: #474747. Windows color (decimal): -5764470 or 9046696. OLE color: 9046696.

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

Color convert

RGB 168 10 138 -
CMYK 0 0.94 0.18 0.34
HSL 311.39º 0.89% 0.35% -
HSV(B) 311.39º 0.94% 0.66% -
XYZ 20.84 10.38 24.95 -
YUV 71.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 168 10 138 0 0.94 0.18 0.34 311.39 0.89 0.35
Hex A8 A 8A 0 5E 12 22 137 59 23
Octal 250 12 212 0 136 22 42 467 131 43
Binary 10101000 1010 10001010 0 1011110 10010 100010 100110111 1011001 100011

Color Harmonies of #A80A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A8A

Black with #A80A8A

Text Example


Text Example

White with #A80A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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