Html Css Color HEX #AB019A Dark Magenta

📋 copy color: '#AB019A'

red 171 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #AB019A

Tints of Dark Magenta #AB019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 52.45%
G = 0.31%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB019A (or 0xAB019A) is known color: Dark Magenta. HEX triplet: AB, 01 and 9A. RGB value is (171,1,154). Sum of RGB (Red+Green+Blue) = 171+1+154=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB019A is #54FE65. Grayscale: #444444. Windows color (decimal): -5570150 or 10092971. OLE color: 10092971.

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

Color convert

RGB 171 1 154 -
CMYK 0 0.99 0.10 0.33
HSL 306º 0.99% 0.34% -
HSV(B) 306º 0.99% 0.67% -
XYZ 22.64 11.01 31.5 -
YUV 69.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 171 1 154 0 0.99 0.10 0.33 306 0.99 0.34
Hex AB 1 9A 0 63 A 21 132 63 22
Octal 253 1 232 0 143 12 41 462 143 42
Binary 10101011 1 10011010 0 1100011 1010 100001 100110010 1100011 100010

Color Harmonies of #AB019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB019A

Black with #AB019A

Text Example


Text Example

White with #AB019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB019A; }

 p { color: rgb(171,1,154); }

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

background-color css

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

 a { background-color: rgb(171,1,154); }

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

border-color css

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

 span { border-color: rgb(171,1,154); }

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