Html Css Color HEX #AB059C Dark Magenta

📋 copy color: '#AB059C'

red 171 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #AB059C

Tints of Dark Magenta #AB059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 51.51%
G = 1.51%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB059C (or 0xAB059C) is known color: Dark Magenta. HEX triplet: AB, 05 and 9C. RGB value is (171,5,156). Sum of RGB (Red+Green+Blue) = 171+5+156=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB059C is #54FA63. Grayscale: #474747. Windows color (decimal): -5569124 or 10225067. OLE color: 10225067.

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

Color convert

RGB 171 5 156 -
CMYK 0 0.97 0.09 0.33
HSL 305.42º 0.94% 0.35% -
HSV(B) 305.42º 0.97% 0.67% -
XYZ 22.85 11.17 32.4 -
YUV 71.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 171 5 156 0 0.97 0.09 0.33 305.42 0.94 0.35
Hex AB 5 9C 0 61 9 21 131 5E 23
Octal 253 5 234 0 141 11 41 461 136 43
Binary 10101011 101 10011100 0 1100001 1001 100001 100110001 1011110 100011

Color Harmonies of #AB059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB059C

Black with #AB059C

Text Example


Text Example

White with #AB059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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