Html Css Color HEX #AB09A8 Dark Magenta

📋 copy color: '#AB09A8'

red 171 ◦ green 9 ◦ blue 168

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

Shades of Dark Magenta #AB09A8

Tints of Dark Magenta #AB09A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.28%

R = 49.14%
G = 2.59%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB09A8 (or 0xAB09A8) is known color: Dark Magenta. HEX triplet: AB, 09 and A8. RGB value is (171,9,168). Sum of RGB (Red+Green+Blue) = 171+9+168=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB09A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09A8 is #54F657. Grayscale: #4B4B4B. Windows color (decimal): -5568088 or 11012523. OLE color: 11012523.

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

Color convert

RGB 171 9 168 -
CMYK 0 0.95 0.02 0.33
HSL 301.11º 0.9% 0.35% -
HSV(B) 301.11º 0.95% 0.67% -
XYZ 23.96 11.68 38.04 -
YUV 75.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 171 9 168 0 0.95 0.02 0.33 301.11 0.9 0.35
Hex AB 9 A8 0 5F 2 21 12D 5A 23
Octal 253 11 250 0 137 2 41 455 132 43
Binary 10101011 1001 10101000 0 1011111 10 100001 100101101 1011010 100011

Color Harmonies of #AB09A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB09A8

Black with #AB09A8

Text Example


Text Example

White with #AB09A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB09A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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