Html Css Color HEX #AD0AAF Deep Magenta

📋 copy color: '#AD0AAF'

red 173 ◦ green 10 ◦ blue 175

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

Shades of Deep Magenta #AD0AAF

Tints of Deep Magenta #AD0AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 48.32%
G = 2.79%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD0AAF (or 0xAD0AAF) is known color: Deep Magenta. HEX triplet: AD, 0A and AF. RGB value is (173,10,175). Sum of RGB (Red+Green+Blue) = 173+10+175=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAF is #52F550. Grayscale: #4D4D4D. Windows color (decimal): -5436753 or 11471533. OLE color: 11471533.

HSL color Cylindrical-coordinate representation of color #AD0AAF: hue angle of 299.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AAF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 10 175 -
CMYK 0.01 0.94 0 0.31
HSL 299.27º 0.89% 0.36% -
HSV(B) 299.27º 0.94% 0.69% -
XYZ 25.08 12.2 41.59 -
YUV 77.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 173 10 175 0.01 0.94 0 0.31 299.27 0.89 0.36
Hex AD A AF 1 5E 0 1F 12B 59 24
Octal 255 12 257 1 136 0 37 453 131 44
Binary 10101101 1010 10101111 1 1011110 0 11111 100101011 1011001 100100

Color Harmonies of #AD0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AAF

Black with #AD0AAF

Text Example


Text Example

White with #AD0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AAF; }

 p { color: rgb(173,10,175); }

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

background-color css

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

 a { background-color: rgb(173,10,175); }

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

border-color css

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

 span { border-color: rgb(173,10,175); }

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