Html Css Color HEX #AB0089 Dark Magenta

📋 copy color: '#AB0089'

red 171 ◦ green 0 ◦ blue 137

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

Shades of Dark Magenta #AB0089

Tints of Dark Magenta #AB0089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.52%
G = 0%
B = 44.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB0089 (or 0xAB0089) is known color: Dark Magenta. HEX triplet: AB, 00 and 89. RGB value is (171,0,137). Sum of RGB (Red+Green+Blue) = 171+0+137=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0089 is #54FF76. Grayscale: #424242. Windows color (decimal): -5570423 or 8978603. OLE color: 8978603.

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

Color convert

RGB 171 0 137 -
CMYK 0 1 0.20 0.33
HSL 311.93º 1% 0.34% -
HSV(B) 311.93º 1% 0.67% -
XYZ 21.31 10.46 24.56 -
YUV 66.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 171 0 137 0 1 0.20 0.33 311.93 1 0.34
Hex AB 0 89 0 64 14 21 138 64 22
Octal 253 0 211 0 144 24 41 470 144 42
Binary 10101011 0 10001001 0 1100100 10100 100001 100111000 1100100 100010

Color Harmonies of #AB0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0089

Black with #AB0089

Text Example


Text Example

White with #AB0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0089; }

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

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

background-color css

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

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

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

border-color css

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

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

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