Html Css Color HEX #AB0497 Dark Magenta

📋 copy color: '#AB0497'

red 171 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #AB0497

Tints of Dark Magenta #AB0497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 52.45%
G = 1.23%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB0497 (or 0xAB0497) is known color: Dark Magenta. HEX triplet: AB, 04 and 97. RGB value is (171,4,151). Sum of RGB (Red+Green+Blue) = 171+4+151=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0497 is #54FB68. Grayscale: #464646. Windows color (decimal): -5569385 or 9897131. OLE color: 9897131.

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

Color convert

RGB 171 4 151 -
CMYK 0 0.98 0.12 0.33
HSL 307.19º 0.95% 0.34% -
HSV(B) 307.19º 0.98% 0.67% -
XYZ 22.42 10.98 30.22 -
YUV 70.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 171 4 151 0 0.98 0.12 0.33 307.19 0.95 0.34
Hex AB 4 97 0 62 C 21 133 5F 22
Octal 253 4 227 0 142 14 41 463 137 42
Binary 10101011 100 10010111 0 1100010 1100 100001 100110011 1011111 100010

Color Harmonies of #AB0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0497

Black with #AB0497

Text Example


Text Example

White with #AB0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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