Html Css Color HEX #AB0289 Dark Magenta

📋 copy color: '#AB0289'

red 171 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #AB0289

Tints of Dark Magenta #AB0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 55.16%
G = 0.65%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB0289 (or 0xAB0289) is known color: Dark Magenta. HEX triplet: AB, 02 and 89. RGB value is (171,2,137). Sum of RGB (Red+Green+Blue) = 171+2+137=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0289 is #54FD76. Grayscale: #434343. Windows color (decimal): -5569911 or 8979115. OLE color: 8979115.

HSL color Cylindrical-coordinate representation of color #AB0289: hue angle of 312.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0289 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 137 -
CMYK 0 0.99 0.20 0.33
HSL 312.07º 0.98% 0.34% -
HSV(B) 312.07º 0.99% 0.67% -
XYZ 21.33 10.51 24.57 -
YUV 67.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 171 2 137 0 0.99 0.20 0.33 312.07 0.98 0.34
Hex AB 2 89 0 63 14 21 138 62 22
Octal 253 2 211 0 143 24 41 470 142 42
Binary 10101011 10 10001001 0 1100011 10100 100001 100111000 1100010 100010

Color Harmonies of #AB0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0289

Black with #AB0289

Text Example


Text Example

White with #AB0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0289; }

 p { color: rgb(171,2,137); }

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

background-color css

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

 a { background-color: rgb(171,2,137); }

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

border-color css

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

 span { border-color: rgb(171,2,137); }

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