Html Css Color HEX #AB0598 Dark Magenta

📋 copy color: '#AB0598'

red 171 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #AB0598

Tints of Dark Magenta #AB0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 52.13%
G = 1.52%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0598 (or 0xAB0598) is known color: Dark Magenta. HEX triplet: AB, 05 and 98. RGB value is (171,5,152). Sum of RGB (Red+Green+Blue) = 171+5+152=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0598 is #54FA67. Grayscale: #464646. Windows color (decimal): -5569128 or 9962923. OLE color: 9962923.

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

Color convert

RGB 171 5 152 -
CMYK 0 0.97 0.11 0.33
HSL 306.87º 0.94% 0.35% -
HSV(B) 306.87º 0.97% 0.67% -
XYZ 22.52 11.03 30.65 -
YUV 71.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 171 5 152 0 0.97 0.11 0.33 306.87 0.94 0.35
Hex AB 5 98 0 61 B 21 133 5E 23
Octal 253 5 230 0 141 13 41 463 136 43
Binary 10101011 101 10011000 0 1100001 1011 100001 100110011 1011110 100011

Color Harmonies of #AB0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0598

Black with #AB0598

Text Example


Text Example

White with #AB0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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