Html Css Color HEX #AB009F Dark Magenta

📋 copy color: '#AB009F'

red 171 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #AB009F

Tints of Dark Magenta #AB009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.82%
G = 0%
B = 48.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB009F (or 0xAB009F) is known color: Dark Magenta. HEX triplet: AB, 00 and 9F. RGB value is (171,0,159). Sum of RGB (Red+Green+Blue) = 171+0+159=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB009F is #54FF60. Grayscale: #444444. Windows color (decimal): -5570401 or 10420395. OLE color: 10420395.

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

Color convert

RGB 171 0 159 -
CMYK 0 1 0.07 0.33
HSL 304.21º 1% 0.34% -
HSV(B) 304.21º 1% 0.67% -
XYZ 23.05 11.16 33.74 -
YUV 69.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 171 0 159 0 1 0.07 0.33 304.21 1 0.34
Hex AB 0 9F 0 64 7 21 130 64 22
Octal 253 0 237 0 144 7 41 460 144 42
Binary 10101011 0 10011111 0 1100100 111 100001 100110000 1100100 100010

Color Harmonies of #AB009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB009F

Black with #AB009F

Text Example


Text Example

White with #AB009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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