Html Css Color HEX #AD0A9B Dark Magenta

📋 copy color: '#AD0A9B'

red 173 ◦ green 10 ◦ blue 155

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

Shades of Dark Magenta #AD0A9B

Tints of Dark Magenta #AD0A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 51.18%
G = 2.96%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD0A9B (or 0xAD0A9B) is known color: Dark Magenta. HEX triplet: AD, 0A and 9B. RGB value is (173,10,155). Sum of RGB (Red+Green+Blue) = 173+10+155=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A9B is #52F564. Grayscale: #4A4A4A. Windows color (decimal): -5436773 or 10160813. OLE color: 10160813.

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

Color convert

RGB 173 10 155 -
CMYK 0 0.94 0.10 0.32
HSL 306.63º 0.89% 0.36% -
HSV(B) 306.63º 0.94% 0.68% -
XYZ 23.26 11.47 32 -
YUV 75.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 173 10 155 0 0.94 0.10 0.32 306.63 0.89 0.36
Hex AD A 9B 0 5E A 20 133 59 24
Octal 255 12 233 0 136 12 40 463 131 44
Binary 10101101 1010 10011011 0 1011110 1010 100000 100110011 1011001 100100

Color Harmonies of #AD0A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A9B

Black with #AD0A9B

Text Example


Text Example

White with #AD0A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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