Html Css Color HEX #AB009A Dark Magenta

📋 copy color: '#AB009A'

red 171 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #AB009A

Tints of Dark Magenta #AB009A

RGB

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

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

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

R = 52.62%
G = 0%
B = 47.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB009A (or 0xAB009A) is known color: Dark Magenta. HEX triplet: AB, 00 and 9A. RGB value is (171,0,154). Sum of RGB (Red+Green+Blue) = 171+0+154=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB009A is #54FF65. Grayscale: #444444. Windows color (decimal): -5570406 or 10092715. OLE color: 10092715.

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

Color convert

RGB 171 0 154 -
CMYK 0 1 0.10 0.33
HSL 305.96º 1% 0.34% -
HSV(B) 305.96º 1% 0.67% -
XYZ 22.63 10.99 31.5 -
YUV 68.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 171 0 154 0 1 0.10 0.33 305.96 1 0.34
Hex AB 0 9A 0 64 A 21 132 64 22
Octal 253 0 232 0 144 12 41 462 144 42
Binary 10101011 0 10011010 0 1100100 1010 100001 100110010 1100100 100010

Color Harmonies of #AB009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB009A

Black with #AB009A

Text Example


Text Example

White with #AB009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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