Html Css Color HEX #AB09A6 Dark Magenta

📋 copy color: '#AB09A6'

red 171 ◦ green 9 ◦ blue 166

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

Shades of Dark Magenta #AB09A6

Tints of Dark Magenta #AB09A6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 49.42%
G = 2.6%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB09A6 (or 0xAB09A6) is known color: Dark Magenta. HEX triplet: AB, 09 and A6. RGB value is (171,9,166). Sum of RGB (Red+Green+Blue) = 171+9+166=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB09A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09A6 is #54F659. Grayscale: #4A4A4A. Windows color (decimal): -5568090 or 10881451. OLE color: 10881451.

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

Color convert

RGB 171 9 166 -
CMYK 0 0.95 0.03 0.33
HSL 301.85º 0.9% 0.35% -
HSV(B) 301.85º 0.95% 0.67% -
XYZ 23.78 11.61 37.06 -
YUV 75.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 171 9 166 0 0.95 0.03 0.33 301.85 0.9 0.35
Hex AB 9 A6 0 5F 3 21 12E 5A 23
Octal 253 11 246 0 137 3 41 456 132 43
Binary 10101011 1001 10100110 0 1011111 11 100001 100101110 1011010 100011

Color Harmonies of #AB09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB09A6

Black with #AB09A6

Text Example


Text Example

White with #AB09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB09A6; }

 p { color: rgb(171,9,166); }

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

background-color css

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

 a { background-color: rgb(171,9,166); }

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

border-color css

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

 span { border-color: rgb(171,9,166); }

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