Html Css Color HEX #A80891 Dark Magenta

📋 copy color: '#A80891'

red 168 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #A80891

Tints of Dark Magenta #A80891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 52.34%
G = 2.49%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A80891 (or 0xA80891) is known color: Dark Magenta. HEX triplet: A8, 08 and 91. RGB value is (168,8,145). Sum of RGB (Red+Green+Blue) = 168+8+145=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80891 is #57F76E. Grayscale: #474747. Windows color (decimal): -5764975 or 9504936. OLE color: 9504936.

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

Color convert

RGB 168 8 145 -
CMYK 0 0.95 0.14 0.34
HSL 308.63º 0.91% 0.35% -
HSV(B) 308.63º 0.95% 0.66% -
XYZ 21.35 10.54 27.7 -
YUV 71.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 168 8 145 0 0.95 0.14 0.34 308.63 0.91 0.35
Hex A8 8 91 0 5F E 22 135 5B 23
Octal 250 10 221 0 137 16 42 465 133 43
Binary 10101000 1000 10010001 0 1011111 1110 100010 100110101 1011011 100011

Color Harmonies of #A80891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80891

Black with #A80891

Text Example


Text Example

White with #A80891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80891; }

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

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

background-color css

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

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

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

border-color css

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

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

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