Html Css Color HEX #AB058F Dark Magenta

📋 copy color: '#AB058F'

red 171 ◦ green 5 ◦ blue 143

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

Shades of Dark Magenta #AB058F

Tints of Dark Magenta #AB058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.83%

R = 53.61%
G = 1.57%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB058F (or 0xAB058F) is known color: Dark Magenta. HEX triplet: AB, 05 and 8F. RGB value is (171,5,143). Sum of RGB (Red+Green+Blue) = 171+5+143=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB058F is #54FA70. Grayscale: #454545. Windows color (decimal): -5569137 or 9373099. OLE color: 9373099.

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

Color convert

RGB 171 5 143 -
CMYK 0 0.97 0.16 0.33
HSL 310.12º 0.94% 0.35% -
HSV(B) 310.12º 0.97% 0.67% -
XYZ 21.81 10.75 26.91 -
YUV 70.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 171 5 143 0 0.97 0.16 0.33 310.12 0.94 0.35
Hex AB 5 8F 0 61 10 21 136 5E 23
Octal 253 5 217 0 141 20 41 466 136 43
Binary 10101011 101 10001111 0 1100001 10000 100001 100110110 1011110 100011

Color Harmonies of #AB058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB058F

Black with #AB058F

Text Example


Text Example

White with #AB058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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