Html Css Color HEX #AB059F Dark Magenta

📋 copy color: '#AB059F'

red 171 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #AB059F

Tints of Dark Magenta #AB059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 51.04%
G = 1.49%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB059F (or 0xAB059F) is known color: Dark Magenta. HEX triplet: AB, 05 and 9F. RGB value is (171,5,159). Sum of RGB (Red+Green+Blue) = 171+5+159=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB059F is #54FA60. Grayscale: #474747. Windows color (decimal): -5569121 or 10421675. OLE color: 10421675.

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

Color convert

RGB 171 5 159 -
CMYK 0 0.97 0.07 0.33
HSL 304.34º 0.94% 0.35% -
HSV(B) 304.34º 0.97% 0.67% -
XYZ 23.11 11.27 33.76 -
YUV 72.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 171 5 159 0 0.97 0.07 0.33 304.34 0.94 0.35
Hex AB 5 9F 0 61 7 21 130 5E 23
Octal 253 5 237 0 141 7 41 460 136 43
Binary 10101011 101 10011111 0 1100001 111 100001 100110000 1011110 100011

Color Harmonies of #AB059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB059F

Black with #AB059F

Text Example


Text Example

White with #AB059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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