Html Css Color HEX #AB0798 Dark Magenta

📋 copy color: '#AB0798'

red 171 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #AB0798

Tints of Dark Magenta #AB0798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 51.82%
G = 2.12%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0798 (or 0xAB0798) is known color: Dark Magenta. HEX triplet: AB, 07 and 98. RGB value is (171,7,152). Sum of RGB (Red+Green+Blue) = 171+7+152=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0798 is #54F867. Grayscale: #484848. Windows color (decimal): -5568616 or 9963435. OLE color: 9963435.

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

Color convert

RGB 171 7 152 -
CMYK 0 0.96 0.11 0.33
HSL 306.95º 0.92% 0.35% -
HSV(B) 306.95º 0.96% 0.67% -
XYZ 22.54 11.08 30.66 -
YUV 72.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 171 7 152 0 0.96 0.11 0.33 306.95 0.92 0.35
Hex AB 7 98 0 60 B 21 133 5C 23
Octal 253 7 230 0 140 13 41 463 134 43
Binary 10101011 111 10011000 0 1100000 1011 100001 100110011 1011100 100011

Color Harmonies of #AB0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0798

Black with #AB0798

Text Example


Text Example

White with #AB0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0798; }

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

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

background-color css

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

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

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

border-color css

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

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

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