Html Css Color HEX #AD0AA3 Dark Magenta

📋 copy color: '#AD0AA3'

red 173 ◦ green 10 ◦ blue 163

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

Shades of Dark Magenta #AD0AA3

Tints of Dark Magenta #AD0AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 50%
G = 2.89%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD0AA3 (or 0xAD0AA3) is known color: Dark Magenta. HEX triplet: AD, 0A and A3. RGB value is (173,10,163). Sum of RGB (Red+Green+Blue) = 173+10+163=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AA3 is #52F55C. Grayscale: #4B4B4B. Windows color (decimal): -5436765 or 10685101. OLE color: 10685101.

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

Color convert

RGB 173 10 163 -
CMYK 0 0.94 0.06 0.32
HSL 303.68º 0.89% 0.36% -
HSV(B) 303.68º 0.94% 0.68% -
XYZ 23.95 11.75 35.66 -
YUV 76.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 173 10 163 0 0.94 0.06 0.32 303.68 0.89 0.36
Hex AD A A3 0 5E 6 20 130 59 24
Octal 255 12 243 0 136 6 40 460 131 44
Binary 10101101 1010 10100011 0 1011110 110 100000 100110000 1011001 100100

Color Harmonies of #AD0AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AA3

Black with #AD0AA3

Text Example


Text Example

White with #AD0AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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