Html Css Color HEX #AB038D Dark Magenta

📋 copy color: '#AB038D'

red 171 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #AB038D

Tints of Dark Magenta #AB038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 54.29%
G = 0.95%
B = 44.76%

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

#AB038D (or 0xAB038D) is known color: Dark Magenta. HEX triplet: AB, 03 and 8D. RGB value is (171,3,141). Sum of RGB (Red+Green+Blue) = 171+3+141=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB038D is #54FC72. Grayscale: #444444. Windows color (decimal): -5569651 or 9241515. OLE color: 9241515.

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

Color convert

RGB 171 3 141 -
CMYK 0 0.98 0.18 0.33
HSL 310.71º 0.97% 0.34% -
HSV(B) 310.71º 0.98% 0.67% -
XYZ 21.63 10.65 26.11 -
YUV 68.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 171 3 141 0 0.98 0.18 0.33 310.71 0.97 0.34
Hex AB 3 8D 0 62 12 21 137 61 22
Octal 253 3 215 0 142 22 41 467 141 42
Binary 10101011 11 10001101 0 1100010 10010 100001 100110111 1100001 100010

Color Harmonies of #AB038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB038D

Black with #AB038D

Text Example


Text Example

White with #AB038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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