Html Css Color HEX #AB048B Dark Magenta

📋 copy color: '#AB048B'

red 171 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #AB048B

Tints of Dark Magenta #AB048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 54.46%
G = 1.27%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB048B (or 0xAB048B) is known color: Dark Magenta. HEX triplet: AB, 04 and 8B. RGB value is (171,4,139). Sum of RGB (Red+Green+Blue) = 171+4+139=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB048B is #54FB74. Grayscale: #444444. Windows color (decimal): -5569397 or 9110699. OLE color: 9110699.

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

Color convert

RGB 171 4 139 -
CMYK 0 0.98 0.19 0.33
HSL 311.5º 0.95% 0.34% -
HSV(B) 311.5º 0.98% 0.67% -
XYZ 21.5 10.61 25.34 -
YUV 69.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 171 4 139 0 0.98 0.19 0.33 311.5 0.95 0.34
Hex AB 4 8B 0 62 13 21 137 5F 22
Octal 253 4 213 0 142 23 41 467 137 42
Binary 10101011 100 10001011 0 1100010 10011 100001 100110111 1011111 100010

Color Harmonies of #AB048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB048B

Black with #AB048B

Text Example


Text Example

White with #AB048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB048B; }

 p { color: rgb(171,4,139); }

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

background-color css

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

 a { background-color: rgb(171,4,139); }

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

border-color css

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

 span { border-color: rgb(171,4,139); }

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