Html Css Color HEX #AD03AC Deep Magenta

📋 copy color: '#AD03AC'

red 173 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #AD03AC

Tints of Deep Magenta #AD03AC

RGB

 RED value IS 173 (67.97% from 255) = 49.71%

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

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

R = 49.71%
G = 0.86%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD03AC (or 0xAD03AC) is known color: Deep Magenta. HEX triplet: AD, 03 and AC. RGB value is (173,3,172). Sum of RGB (Red+Green+Blue) = 173+3+172=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AC is #52FC53. Grayscale: #484848. Windows color (decimal): -5438548 or 11273133. OLE color: 11273133.

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

Color convert

RGB 173 3 172 -
CMYK 0 0.98 0.01 0.32
HSL 300.35º 0.97% 0.35% -
HSV(B) 300.35º 0.98% 0.68% -
XYZ 24.71 11.93 40.03 -
YUV 73.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 173 3 172 0 0.98 0.01 0.32 300.35 0.97 0.35
Hex AD 3 AC 0 62 1 20 12C 61 23
Octal 255 3 254 0 142 1 40 454 141 43
Binary 10101101 11 10101100 0 1100010 1 100000 100101100 1100001 100011

Color Harmonies of #AD03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03AC

Black with #AD03AC

Text Example


Text Example

White with #AD03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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