Html Css Color HEX #A80D90 Dark Magenta

📋 copy color: '#A80D90'

red 168 ◦ green 13 ◦ blue 144

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

Shades of Dark Magenta #A80D90

Tints of Dark Magenta #A80D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

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

R = 51.69%
G = 4%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A80D90 (or 0xA80D90) is known color: Dark Magenta. HEX triplet: A8, 0D and 90. RGB value is (168,13,144). Sum of RGB (Red+Green+Blue) = 168+13+144=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80D90 is #57F26F. Grayscale: #494949. Windows color (decimal): -5763696 or 9440680. OLE color: 9440680.

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

Color convert

RGB 168 13 144 -
CMYK 0 0.92 0.14 0.34
HSL 309.29º 0.86% 0.35% -
HSV(B) 309.29º 0.92% 0.66% -
XYZ 21.33 10.63 27.31 -
YUV 74.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 168 13 144 0 0.92 0.14 0.34 309.29 0.86 0.35
Hex A8 D 90 0 5C E 22 135 56 23
Octal 250 15 220 0 134 16 42 465 126 43
Binary 10101000 1101 10010000 0 1011100 1110 100010 100110101 1010110 100011

Color Harmonies of #A80D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D90

Black with #A80D90

Text Example


Text Example

White with #A80D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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