Html Css Color HEX #AB03AC Deep Magenta

📋 copy color: '#AB03AC'

red 171 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #AB03AC

Tints of Deep Magenta #AB03AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 49.42%
G = 0.87%
B = 49.71%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB03AC (or 0xAB03AC) is known color: Deep Magenta. HEX triplet: AB, 03 and AC. RGB value is (171,3,172). Sum of RGB (Red+Green+Blue) = 171+3+172=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AC is #54FC53. Grayscale: #474747. Windows color (decimal): -5569620 or 11273131. OLE color: 11273131.

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

Color convert

RGB 171 3 172 -
CMYK 0.01 0.98 0 0.33
HSL 299.65º 0.97% 0.34% -
HSV(B) 299.65º 0.98% 0.67% -
XYZ 24.27 11.7 40.01 -
YUV 72.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 171 3 172 0.01 0.98 0 0.33 299.65 0.97 0.34
Hex AB 3 AC 1 62 0 21 12C 61 22
Octal 253 3 254 1 142 0 41 454 141 42
Binary 10101011 11 10101100 1 1100010 0 100001 100101100 1100001 100010

Color Harmonies of #AB03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03AC

Black with #AB03AC

Text Example


Text Example

White with #AB03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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