Html Css Color HEX #AD03AA Deep Magenta

📋 copy color: '#AD03AA'

red 173 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #AD03AA

Tints of Deep Magenta #AD03AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 50%
G = 0.87%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD03AA (or 0xAD03AA) is known color: Deep Magenta. HEX triplet: AD, 03 and AA. RGB value is (173,3,170). Sum of RGB (Red+Green+Blue) = 173+3+170=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AA is #52FC55. Grayscale: #484848. Windows color (decimal): -5438550 or 11142061. OLE color: 11142061.

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

Color convert

RGB 173 3 170 -
CMYK 0 0.98 0.02 0.32
HSL 301.06º 0.97% 0.35% -
HSV(B) 301.06º 0.98% 0.68% -
XYZ 24.52 11.85 39.03 -
YUV 72.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 173 3 170 0 0.98 0.02 0.32 301.06 0.97 0.35
Hex AD 3 AA 0 62 2 20 12D 61 23
Octal 255 3 252 0 142 2 40 455 141 43
Binary 10101101 11 10101010 0 1100010 10 100000 100101101 1100001 100011

Color Harmonies of #AD03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03AA

Black with #AD03AA

Text Example


Text Example

White with #AD03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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