Html Css Color HEX #AB03AD Deep Magenta

📋 copy color: '#AB03AD'

red 171 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #AB03AD

Tints of Deep Magenta #AB03AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 49.28%
G = 0.86%
B = 49.86%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB03AD (or 0xAB03AD) is known color: Deep Magenta. HEX triplet: AB, 03 and AD. RGB value is (171,3,173). Sum of RGB (Red+Green+Blue) = 171+3+173=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AD is #54FC52. Grayscale: #484848. Windows color (decimal): -5569619 or 11338667. OLE color: 11338667.

HSL color Cylindrical-coordinate representation of color #AB03AD: hue angle of 299.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03AD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 3 173 -
CMYK 0.01 0.98 0 0.32
HSL 299.29º 0.97% 0.35% -
HSV(B) 299.29º 0.98% 0.68% -
XYZ 24.37 11.74 40.52 -
YUV 72.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 171 3 173 0.01 0.98 0 0.32 299.29 0.97 0.35
Hex AB 3 AD 1 62 0 20 12B 61 23
Octal 253 3 255 1 142 0 40 453 141 43
Binary 10101011 11 10101101 1 1100010 0 100000 100101011 1100001 100011

Color Harmonies of #AB03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03AD

Black with #AB03AD

Text Example


Text Example

White with #AB03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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