Html Css Color HEX #AB09A2 Dark Magenta

📋 copy color: '#AB09A2'

red 171 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #AB09A2

Tints of Dark Magenta #AB09A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 50%
G = 2.63%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB09A2 (or 0xAB09A2) is known color: Dark Magenta. HEX triplet: AB, 09 and A2. RGB value is (171,9,162). Sum of RGB (Red+Green+Blue) = 171+9+162=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB09A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09A2 is #54F65D. Grayscale: #4A4A4A. Windows color (decimal): -5568094 or 10619307. OLE color: 10619307.

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

Color convert

RGB 171 9 162 -
CMYK 0 0.95 0.05 0.33
HSL 303.33º 0.9% 0.35% -
HSV(B) 303.33º 0.95% 0.67% -
XYZ 23.41 11.46 35.16 -
YUV 74.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 171 9 162 0 0.95 0.05 0.33 303.33 0.9 0.35
Hex AB 9 A2 0 5F 5 21 12F 5A 23
Octal 253 11 242 0 137 5 41 457 132 43
Binary 10101011 1001 10100010 0 1011111 101 100001 100101111 1011010 100011

Color Harmonies of #AB09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB09A2

Black with #AB09A2

Text Example


Text Example

White with #AB09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB09A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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