Html Css Color HEX #A80591 Dark Magenta

📋 copy color: '#A80591'

red 168 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #A80591

Tints of Dark Magenta #A80591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 145 (57.03% from 255) = 45.6%

R = 52.83%
G = 1.57%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A80591 (or 0xA80591) is known color: Dark Magenta. HEX triplet: A8, 05 and 91. RGB value is (168,5,145). Sum of RGB (Red+Green+Blue) = 168+5+145=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A80591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80591 is #57FA6E. Grayscale: #454545. Windows color (decimal): -5765743 or 9504168. OLE color: 9504168.

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

Color convert

RGB 168 5 145 -
CMYK 0 0.97 0.14 0.34
HSL 308.47º 0.94% 0.34% -
HSV(B) 308.47º 0.97% 0.66% -
XYZ 21.31 10.48 27.69 -
YUV 69.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 168 5 145 0 0.97 0.14 0.34 308.47 0.94 0.34
Hex A8 5 91 0 61 E 22 134 5E 22
Octal 250 5 221 0 141 16 42 464 136 42
Binary 10101000 101 10010001 0 1100001 1110 100010 100110100 1011110 100010

Color Harmonies of #A80591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80591

Black with #A80591

Text Example


Text Example

White with #A80591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80591; }

 p { color: rgb(168,5,145); }

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

background-color css

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

 a { background-color: rgb(168,5,145); }

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

border-color css

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

 span { border-color: rgb(168,5,145); }

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