Html Css Color HEX #AB009B Dark Magenta

📋 copy color: '#AB009B'

red 171 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #AB009B

Tints of Dark Magenta #AB009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 52.45%
G = 0%
B = 47.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB009B (or 0xAB009B) is known color: Dark Magenta. HEX triplet: AB, 00 and 9B. RGB value is (171,0,155). Sum of RGB (Red+Green+Blue) = 171+0+155=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB009B is #54FF64. Grayscale: #444444. Windows color (decimal): -5570405 or 10158251. OLE color: 10158251.

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

Color convert

RGB 171 0 155 -
CMYK 0 1 0.09 0.33
HSL 305.61º 1% 0.34% -
HSV(B) 305.61º 1% 0.67% -
XYZ 22.71 11.02 31.94 -
YUV 68.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 171 0 155 0 1 0.09 0.33 305.61 1 0.34
Hex AB 0 9B 0 64 9 21 132 64 22
Octal 253 0 233 0 144 11 41 462 144 42
Binary 10101011 0 10011011 0 1100100 1001 100001 100110010 1100100 100010

Color Harmonies of #AB009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB009B

Black with #AB009B

Text Example


Text Example

White with #AB009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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