Html Css Color HEX #AB0591 Dark Magenta

📋 copy color: '#AB0591'

red 171 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #AB0591

Tints of Dark Magenta #AB0591

RGB

 RED value IS 171 (67.19% from 255) = 53.27%

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

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

R = 53.27%
G = 1.56%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0591 (or 0xAB0591) is known color: Dark Magenta. HEX triplet: AB, 05 and 91. RGB value is (171,5,145). Sum of RGB (Red+Green+Blue) = 171+5+145=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0591 is #54FA6E. Grayscale: #464646. Windows color (decimal): -5569135 or 9504171. OLE color: 9504171.

HSL color Cylindrical-coordinate representation of color #AB0591: hue angle of 309.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0591 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 145 -
CMYK 0 0.97 0.15 0.33
HSL 309.4º 0.94% 0.35% -
HSV(B) 309.4º 0.97% 0.67% -
XYZ 21.96 10.81 27.72 -
YUV 70.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 171 5 145 0 0.97 0.15 0.33 309.4 0.94 0.35
Hex AB 5 91 0 61 F 21 135 5E 23
Octal 253 5 221 0 141 17 41 465 136 43
Binary 10101011 101 10010001 0 1100001 1111 100001 100110101 1011110 100011

Color Harmonies of #AB0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0591

Black with #AB0591

Text Example


Text Example

White with #AB0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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