Html Css Color HEX #AB03A8 Dark Magenta

📋 copy color: '#AB03A8'

red 171 ◦ green 3 ◦ blue 168

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

Shades of Dark Magenta #AB03A8

Tints of Dark Magenta #AB03A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 49.12%

R = 50%
G = 0.88%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB03A8 (or 0xAB03A8) is known color: Dark Magenta. HEX triplet: AB, 03 and A8. RGB value is (171,3,168). Sum of RGB (Red+Green+Blue) = 171+3+168=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB03A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03A8 is #54FC57. Grayscale: #474747. Windows color (decimal): -5569624 or 11010987. OLE color: 11010987.

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

Color convert

RGB 171 3 168 -
CMYK 0 0.98 0.02 0.33
HSL 301.07º 0.97% 0.34% -
HSV(B) 301.07º 0.98% 0.67% -
XYZ 23.9 11.55 38.02 -
YUV 72.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 171 3 168 0 0.98 0.02 0.33 301.07 0.97 0.34
Hex AB 3 A8 0 62 2 21 12D 61 22
Octal 253 3 250 0 142 2 41 455 141 42
Binary 10101011 11 10101000 0 1100010 10 100001 100101101 1100001 100010

Color Harmonies of #AB03A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03A8

Black with #AB03A8

Text Example


Text Example

White with #AB03A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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