Html Css Color HEX #AB038A Dark Magenta

📋 copy color: '#AB038A'

red 171 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #AB038A

Tints of Dark Magenta #AB038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 54.81%
G = 0.96%
B = 44.23%

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

#AB038A (or 0xAB038A) is known color: Dark Magenta. HEX triplet: AB, 03 and 8A. RGB value is (171,3,138). Sum of RGB (Red+Green+Blue) = 171+3+138=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB038A is #54FC75. Grayscale: #444444. Windows color (decimal): -5569654 or 9044907. OLE color: 9044907.

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

Color convert

RGB 171 3 138 -
CMYK 0 0.98 0.19 0.33
HSL 311.79º 0.97% 0.34% -
HSV(B) 311.79º 0.98% 0.67% -
XYZ 21.41 10.56 24.95 -
YUV 68.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 171 3 138 0 0.98 0.19 0.33 311.79 0.97 0.34
Hex AB 3 8A 0 62 13 21 138 61 22
Octal 253 3 212 0 142 23 41 470 141 42
Binary 10101011 11 10001010 0 1100010 10011 100001 100111000 1100001 100010

Color Harmonies of #AB038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB038A

Black with #AB038A

Text Example


Text Example

White with #AB038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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