Html Css Color HEX #AB0491 Dark Magenta

📋 copy color: '#AB0491'

red 171 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #AB0491

Tints of Dark Magenta #AB0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 53.44%
G = 1.25%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0491 (or 0xAB0491) is known color: Dark Magenta. HEX triplet: AB, 04 and 91. RGB value is (171,4,145). Sum of RGB (Red+Green+Blue) = 171+4+145=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0491 is #54FB6E. Grayscale: #454545. Windows color (decimal): -5569391 or 9503915. OLE color: 9503915.

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

Color convert

RGB 171 4 145 -
CMYK 0 0.98 0.15 0.33
HSL 309.34º 0.95% 0.34% -
HSV(B) 309.34º 0.98% 0.67% -
XYZ 21.95 10.79 27.71 -
YUV 70.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 171 4 145 0 0.98 0.15 0.33 309.34 0.95 0.34
Hex AB 4 91 0 62 F 21 135 5F 22
Octal 253 4 221 0 142 17 41 465 137 42
Binary 10101011 100 10010001 0 1100010 1111 100001 100110101 1011111 100010

Color Harmonies of #AB0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0491

Black with #AB0491

Text Example


Text Example

White with #AB0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0491; }

 p { color: rgb(171,4,145); }

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

background-color css

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

 a { background-color: rgb(171,4,145); }

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

border-color css

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

 span { border-color: rgb(171,4,145); }

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