Html Css Color HEX #AB039B Dark Magenta

📋 copy color: '#AB039B'

red 171 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #AB039B

Tints of Dark Magenta #AB039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 51.98%
G = 0.91%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB039B (or 0xAB039B) is known color: Dark Magenta. HEX triplet: AB, 03 and 9B. RGB value is (171,3,155). Sum of RGB (Red+Green+Blue) = 171+3+155=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB039B is #54FC64. Grayscale: #464646. Windows color (decimal): -5569637 or 10159019. OLE color: 10159019.

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

Color convert

RGB 171 3 155 -
CMYK 0 0.98 0.09 0.33
HSL 305.71º 0.97% 0.34% -
HSV(B) 305.71º 0.98% 0.67% -
XYZ 22.74 11.09 31.95 -
YUV 70.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 171 3 155 0 0.98 0.09 0.33 305.71 0.97 0.34
Hex AB 3 9B 0 62 9 21 132 61 22
Octal 253 3 233 0 142 11 41 462 141 42
Binary 10101011 11 10011011 0 1100010 1001 100001 100110010 1100001 100010

Color Harmonies of #AB039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB039B

Black with #AB039B

Text Example


Text Example

White with #AB039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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