Html Css Color HEX #AB049F Dark Magenta

📋 copy color: '#AB049F'

red 171 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #AB049F

Tints of Dark Magenta #AB049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 51.2%
G = 1.2%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB049F (or 0xAB049F) is known color: Dark Magenta. HEX triplet: AB, 04 and 9F. RGB value is (171,4,159). Sum of RGB (Red+Green+Blue) = 171+4+159=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB049F is #54FB60. Grayscale: #474747. Windows color (decimal): -5569377 or 10421419. OLE color: 10421419.

HSL color Cylindrical-coordinate representation of color #AB049F: hue angle of 304.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB049F is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 159 -
CMYK 0 0.98 0.07 0.33
HSL 304.31º 0.95% 0.34% -
HSV(B) 304.31º 0.98% 0.67% -
XYZ 23.1 11.25 33.75 -
YUV 71.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 171 4 159 0 0.98 0.07 0.33 304.31 0.95 0.34
Hex AB 4 9F 0 62 7 21 130 5F 22
Octal 253 4 237 0 142 7 41 460 137 42
Binary 10101011 100 10011111 0 1100010 111 100001 100110000 1011111 100010

Color Harmonies of #AB049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB049F

Black with #AB049F

Text Example


Text Example

White with #AB049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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