Html Css Color HEX #AB0998 Dark Magenta

📋 copy color: '#AB0998'

red 171 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #AB0998

Tints of Dark Magenta #AB0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

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

R = 51.51%
G = 2.71%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0998 (or 0xAB0998) is known color: Dark Magenta. HEX triplet: AB, 09 and 98. RGB value is (171,9,152). Sum of RGB (Red+Green+Blue) = 171+9+152=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0998 is #54F667. Grayscale: #494949. Windows color (decimal): -5568104 or 9963947. OLE color: 9963947.

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

Color convert

RGB 171 9 152 -
CMYK 0 0.95 0.11 0.33
HSL 307.04º 0.9% 0.35% -
HSV(B) 307.04º 0.95% 0.67% -
XYZ 22.56 11.12 30.66 -
YUV 73.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 171 9 152 0 0.95 0.11 0.33 307.04 0.9 0.35
Hex AB 9 98 0 5F B 21 133 5A 23
Octal 253 11 230 0 137 13 41 463 132 43
Binary 10101011 1001 10011000 0 1011111 1011 100001 100110011 1011010 100011

Color Harmonies of #AB0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0998

Black with #AB0998

Text Example


Text Example

White with #AB0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0998; }

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

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

background-color css

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

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

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

border-color css

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

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

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