Html Css Color HEX #AB039A Dark Magenta

📋 copy color: '#AB039A'

red 171 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #AB039A

Tints of Dark Magenta #AB039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 52.13%
G = 0.91%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB039A (or 0xAB039A) is known color: Dark Magenta. HEX triplet: AB, 03 and 9A. RGB value is (171,3,154). Sum of RGB (Red+Green+Blue) = 171+3+154=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB039A is #54FC65. Grayscale: #464646. Windows color (decimal): -5569638 or 10093483. OLE color: 10093483.

HSL color Cylindrical-coordinate representation of color #AB039A: hue angle of 306.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB039A is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 154 -
CMYK 0 0.98 0.10 0.33
HSL 306.07º 0.97% 0.34% -
HSV(B) 306.07º 0.98% 0.67% -
XYZ 22.66 11.06 31.51 -
YUV 70.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 171 3 154 0 0.98 0.10 0.33 306.07 0.97 0.34
Hex AB 3 9A 0 62 A 21 132 61 22
Octal 253 3 232 0 142 12 41 462 141 42
Binary 10101011 11 10011010 0 1100010 1010 100001 100110010 1100001 100010

Color Harmonies of #AB039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB039A

Black with #AB039A

Text Example


Text Example

White with #AB039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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