Html Css Color HEX #AB0797 Dark Magenta

📋 copy color: '#AB0797'

red 171 ◦ green 7 ◦ blue 151

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

Shades of Dark Magenta #AB0797

Tints of Dark Magenta #AB0797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 51.98%
G = 2.13%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB0797 (or 0xAB0797) is known color: Dark Magenta. HEX triplet: AB, 07 and 97. RGB value is (171,7,151). Sum of RGB (Red+Green+Blue) = 171+7+151=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0797 is #54F868. Grayscale: #484848. Windows color (decimal): -5568617 or 9897899. OLE color: 9897899.

HSL color Cylindrical-coordinate representation of color #AB0797: hue angle of 307.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0797 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 151 -
CMYK 0 0.96 0.12 0.33
HSL 307.32º 0.92% 0.35% -
HSV(B) 307.32º 0.96% 0.67% -
XYZ 22.46 11.04 30.23 -
YUV 72.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 171 7 151 0 0.96 0.12 0.33 307.32 0.92 0.35
Hex AB 7 97 0 60 C 21 133 5C 23
Octal 253 7 227 0 140 14 41 463 134 43
Binary 10101011 111 10010111 0 1100000 1100 100001 100110011 1011100 100011

Color Harmonies of #AB0797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0797

Black with #AB0797

Text Example


Text Example

White with #AB0797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0797; }

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

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

background-color css

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

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

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

border-color css

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

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

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