Html Css Color HEX #AB038C Dark Magenta

📋 copy color: '#AB038C'

red 171 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #AB038C

Tints of Dark Magenta #AB038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 54.46%
G = 0.96%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB038C (or 0xAB038C) is known color: Dark Magenta. HEX triplet: AB, 03 and 8C. RGB value is (171,3,140). Sum of RGB (Red+Green+Blue) = 171+3+140=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB038C is #54FC73. Grayscale: #444444. Windows color (decimal): -5569652 or 9175979. OLE color: 9175979.

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

Color convert

RGB 171 3 140 -
CMYK 0 0.98 0.18 0.33
HSL 311.07º 0.97% 0.34% -
HSV(B) 311.07º 0.98% 0.67% -
XYZ 21.56 10.62 25.72 -
YUV 68.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 171 3 140 0 0.98 0.18 0.33 311.07 0.97 0.34
Hex AB 3 8C 0 62 12 21 137 61 22
Octal 253 3 214 0 142 22 41 467 141 42
Binary 10101011 11 10001100 0 1100010 10010 100001 100110111 1100001 100010

Color Harmonies of #AB038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB038C

Black with #AB038C

Text Example


Text Example

White with #AB038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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