Html Css Color HEX #AB038B Dark Magenta

📋 copy color: '#AB038B'

red 171 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #AB038B

Tints of Dark Magenta #AB038B

RGB

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

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

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

R = 54.63%
G = 0.96%
B = 44.41%

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

#AB038B (or 0xAB038B) is known color: Dark Magenta. HEX triplet: AB, 03 and 8B. RGB value is (171,3,139). Sum of RGB (Red+Green+Blue) = 171+3+139=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB038B is #54FC74. Grayscale: #444444. Windows color (decimal): -5569653 or 9110443. OLE color: 9110443.

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

Color convert

RGB 171 3 139 -
CMYK 0 0.98 0.19 0.33
HSL 311.43º 0.97% 0.34% -
HSV(B) 311.43º 0.98% 0.67% -
XYZ 21.49 10.59 25.34 -
YUV 68.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 171 3 139 0 0.98 0.19 0.33 311.43 0.97 0.34
Hex AB 3 8B 0 62 13 21 137 61 22
Octal 253 3 213 0 142 23 41 467 141 42
Binary 10101011 11 10001011 0 1100010 10011 100001 100110111 1100001 100010

Color Harmonies of #AB038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB038B

Black with #AB038B

Text Example


Text Example

White with #AB038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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