Html Css Color HEX #AB059D Dark Magenta

📋 copy color: '#AB059D'

red 171 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #AB059D

Tints of Dark Magenta #AB059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 51.35%
G = 1.5%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB059D (or 0xAB059D) is known color: Dark Magenta. HEX triplet: AB, 05 and 9D. RGB value is (171,5,157). Sum of RGB (Red+Green+Blue) = 171+5+157=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB059D is #54FA62. Grayscale: #474747. Windows color (decimal): -5569123 or 10290603. OLE color: 10290603.

HSL color Cylindrical-coordinate representation of color #AB059D: hue angle of 305.06º 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 #AB059D is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 157 -
CMYK 0 0.97 0.08 0.33
HSL 305.06º 0.94% 0.35% -
HSV(B) 305.06º 0.97% 0.67% -
XYZ 22.93 11.2 32.85 -
YUV 71.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 171 5 157 0 0.97 0.08 0.33 305.06 0.94 0.35
Hex AB 5 9D 0 61 8 21 131 5E 23
Octal 253 5 235 0 141 10 41 461 136 43
Binary 10101011 101 10011101 0 1100001 1000 100001 100110001 1011110 100011

Color Harmonies of #AB059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB059D

Black with #AB059D

Text Example


Text Example

White with #AB059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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