Html Css Color HEX #AD05AA Deep Magenta

📋 copy color: '#AD05AA'

red 173 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #AD05AA

Tints of Deep Magenta #AD05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 49.71%
G = 1.44%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD05AA (or 0xAD05AA) is known color: Deep Magenta. HEX triplet: AD, 05 and AA. RGB value is (173,5,170). Sum of RGB (Red+Green+Blue) = 173+5+170=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05AA is #52FA55. Grayscale: #494949. Windows color (decimal): -5438038 or 11142573. OLE color: 11142573.

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

Color convert

RGB 173 5 170 -
CMYK 0 0.97 0.02 0.32
HSL 301.07º 0.94% 0.35% -
HSV(B) 301.07º 0.97% 0.68% -
XYZ 24.54 11.9 39.03 -
YUV 74.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 173 5 170 0 0.97 0.02 0.32 301.07 0.94 0.35
Hex AD 5 AA 0 61 2 20 12D 5E 23
Octal 255 5 252 0 141 2 40 455 136 43
Binary 10101101 101 10101010 0 1100001 10 100000 100101101 1011110 100011

Color Harmonies of #AD05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05AA

Black with #AD05AA

Text Example


Text Example

White with #AD05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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