Html Css Color HEX #AB089A Dark Magenta

📋 copy color: '#AB089A'

red 171 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #AB089A

Tints of Dark Magenta #AB089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 51.35%
G = 2.4%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB089A (or 0xAB089A) is known color: Dark Magenta. HEX triplet: AB, 08 and 9A. RGB value is (171,8,154). Sum of RGB (Red+Green+Blue) = 171+8+154=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB089A is #54F765. Grayscale: #484848. Windows color (decimal): -5568358 or 10094763. OLE color: 10094763.

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

Color convert

RGB 171 8 154 -
CMYK 0 0.95 0.10 0.33
HSL 306.26º 0.91% 0.35% -
HSV(B) 306.26º 0.95% 0.67% -
XYZ 22.71 11.16 31.53 -
YUV 73.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 171 8 154 0 0.95 0.10 0.33 306.26 0.91 0.35
Hex AB 8 9A 0 5F A 21 132 5B 23
Octal 253 10 232 0 137 12 41 462 133 43
Binary 10101011 1000 10011010 0 1011111 1010 100001 100110010 1011011 100011

Color Harmonies of #AB089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB089A

Black with #AB089A

Text Example


Text Example

White with #AB089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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