Html Css Color HEX #AB189F Dark Magenta

📋 copy color: '#AB189F'

red 171 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #AB189F

Tints of Dark Magenta #AB189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 48.31%
G = 6.78%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB189F (or 0xAB189F) is known color: Dark Magenta. HEX triplet: AB, 18 and 9F. RGB value is (171,24,159). Sum of RGB (Red+Green+Blue) = 171+24+159=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB189F is #54E760. Grayscale: #525252. Windows color (decimal): -5564257 or 10426539. OLE color: 10426539.

HSL color Cylindrical-coordinate representation of color #AB189F: hue angle of 304.9º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB189F is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 159 -
CMYK 0 0.86 0.07 0.33
HSL 304.9º 0.75% 0.38% -
HSV(B) 304.9º 0.86% 0.67% -
XYZ 23.38 11.81 33.85 -
YUV 83.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 171 24 159 0 0.86 0.07 0.33 304.9 0.75 0.38
Hex AB 18 9F 0 56 7 21 131 4B 26
Octal 253 30 237 0 126 7 41 461 113 46
Binary 10101011 11000 10011111 0 1010110 111 100001 100110001 1001011 100110

Color Harmonies of #AB189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB189F

Black with #AB189F

Text Example


Text Example

White with #AB189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB189F; }

 p { color: rgb(171,24,159); }

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

background-color css

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

 a { background-color: rgb(171,24,159); }

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

border-color css

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

 span { border-color: rgb(171,24,159); }

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