Html Css Color HEX #AB0891 Dark Magenta

📋 copy color: '#AB0891'

red 171 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #AB0891

Tints of Dark Magenta #AB0891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 52.78%
G = 2.47%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB0891 (or 0xAB0891) is known color: Dark Magenta. HEX triplet: AB, 08 and 91. RGB value is (171,8,145). Sum of RGB (Red+Green+Blue) = 171+8+145=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0891 is #54F76E. Grayscale: #474747. Windows color (decimal): -5568367 or 9504939. OLE color: 9504939.

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

Color convert

RGB 171 8 145 -
CMYK 0 0.95 0.15 0.33
HSL 309.57º 0.91% 0.35% -
HSV(B) 309.57º 0.95% 0.67% -
XYZ 21.99 10.88 27.73 -
YUV 72.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 171 8 145 0 0.95 0.15 0.33 309.57 0.91 0.35
Hex AB 8 91 0 5F F 21 136 5B 23
Octal 253 10 221 0 137 17 41 466 133 43
Binary 10101011 1000 10010001 0 1011111 1111 100001 100110110 1011011 100011

Color Harmonies of #AB0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0891

Black with #AB0891

Text Example


Text Example

White with #AB0891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0891; }

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

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

background-color css

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

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

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

border-color css

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

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

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