Html Css Color HEX #AB019D Dark Magenta

📋 copy color: '#AB019D'

red 171 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #AB019D

Tints of Dark Magenta #AB019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 51.98%
G = 0.3%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB019D (or 0xAB019D) is known color: Dark Magenta. HEX triplet: AB, 01 and 9D. RGB value is (171,1,157). Sum of RGB (Red+Green+Blue) = 171+1+157=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB019D is #54FE62. Grayscale: #454545. Windows color (decimal): -5570147 or 10289579. OLE color: 10289579.

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

Color convert

RGB 171 1 157 -
CMYK 0 0.99 0.08 0.33
HSL 304.94º 0.99% 0.34% -
HSV(B) 304.94º 0.99% 0.67% -
XYZ 22.89 11.11 32.84 -
YUV 69.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 171 1 157 0 0.99 0.08 0.33 304.94 0.99 0.34
Hex AB 1 9D 0 63 8 21 131 63 22
Octal 253 1 235 0 143 10 41 461 143 42
Binary 10101011 1 10011101 0 1100011 1000 100001 100110001 1100011 100010

Color Harmonies of #AB019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB019D

Black with #AB019D

Text Example


Text Example

White with #AB019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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