Html Css Color HEX #AB1198 Dark Magenta

📋 copy color: '#AB1198'

red 171 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #AB1198

Tints of Dark Magenta #AB1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

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

R = 50.29%
G = 5%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB1198 (or 0xAB1198) is known color: Dark Magenta. HEX triplet: AB, 11 and 98. RGB value is (171,17,152). Sum of RGB (Red+Green+Blue) = 171+17+152=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1198 is #54EE67. Grayscale: #4E4E4E. Windows color (decimal): -5566056 or 9965995. OLE color: 9965995.

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

Color convert

RGB 171 17 152 -
CMYK 0 0.90 0.11 0.33
HSL 307.4º 0.82% 0.37% -
HSV(B) 307.4º 0.9% 0.67% -
XYZ 22.66 11.33 30.7 -
YUV 78.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 171 17 152 0 0.90 0.11 0.33 307.4 0.82 0.37
Hex AB 11 98 0 5A B 21 133 52 25
Octal 253 21 230 0 132 13 41 463 122 45
Binary 10101011 10001 10011000 0 1011010 1011 100001 100110011 1010010 100101

Color Harmonies of #AB1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1198

Black with #AB1198

Text Example


Text Example

White with #AB1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1198; }

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

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

background-color css

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

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

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

border-color css

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

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

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