Html Css Color HEX #A80C90 Dark Magenta

📋 copy color: '#A80C90'

red 168 ◦ green 12 ◦ blue 144

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

Shades of Dark Magenta #A80C90

Tints of Dark Magenta #A80C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 51.85%
G = 3.7%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A80C90 (or 0xA80C90) is known color: Dark Magenta. HEX triplet: A8, 0C and 90. RGB value is (168,12,144). Sum of RGB (Red+Green+Blue) = 168+12+144=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C90 is #57F36F. Grayscale: #494949. Windows color (decimal): -5763952 or 9440424. OLE color: 9440424.

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

Color convert

RGB 168 12 144 -
CMYK 0 0.93 0.14 0.34
HSL 309.23º 0.87% 0.35% -
HSV(B) 309.23º 0.93% 0.66% -
XYZ 21.31 10.6 27.31 -
YUV 73.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 168 12 144 0 0.93 0.14 0.34 309.23 0.87 0.35
Hex A8 C 90 0 5D E 22 135 57 23
Octal 250 14 220 0 135 16 42 465 127 43
Binary 10101000 1100 10010000 0 1011101 1110 100010 100110101 1010111 100011

Color Harmonies of #A80C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C90

Black with #A80C90

Text Example


Text Example

White with #A80C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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