Html Css Color HEX #AB089F Dark Magenta

📋 copy color: '#AB089F'

red 171 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #AB089F

Tints of Dark Magenta #AB089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 50.59%
G = 2.37%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB089F (or 0xAB089F) is known color: Dark Magenta. HEX triplet: AB, 08 and 9F. RGB value is (171,8,159). Sum of RGB (Red+Green+Blue) = 171+8+159=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB089F is #54F760. Grayscale: #494949. Windows color (decimal): -5568353 or 10422443. OLE color: 10422443.

HSL color Cylindrical-coordinate representation of color #AB089F: hue angle of 304.42º degrees, saturation: 0.91, 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 #AB089F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 159 -
CMYK 0 0.95 0.07 0.33
HSL 304.42º 0.91% 0.35% -
HSV(B) 304.42º 0.95% 0.67% -
XYZ 23.14 11.33 33.77 -
YUV 73.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 171 8 159 0 0.95 0.07 0.33 304.42 0.91 0.35
Hex AB 8 9F 0 5F 7 21 130 5B 23
Octal 253 10 237 0 137 7 41 460 133 43
Binary 10101011 1000 10011111 0 1011111 111 100001 100110000 1011011 100011

Color Harmonies of #AB089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB089F

Black with #AB089F

Text Example


Text Example

White with #AB089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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