Html Css Color HEX #AD0FA9 Dark Magenta

📋 copy color: '#AD0FA9'

red 173 ◦ green 15 ◦ blue 169

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

Shades of Dark Magenta #AD0FA9

Tints of Dark Magenta #AD0FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 48.46%
G = 4.2%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD0FA9 (or 0xAD0FA9) is known color: Dark Magenta. HEX triplet: AD, 0F and A9. RGB value is (173,15,169). Sum of RGB (Red+Green+Blue) = 173+15+169=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA9 is #52F056. Grayscale: #4F4F4F. Windows color (decimal): -5435479 or 11079597. OLE color: 11079597.

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

Color convert

RGB 173 15 169 -
CMYK 0 0.91 0.02 0.32
HSL 301.52º 0.84% 0.37% -
HSV(B) 301.52º 0.91% 0.68% -
XYZ 24.57 12.09 38.58 -
YUV 79.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 173 15 169 0 0.91 0.02 0.32 301.52 0.84 0.37
Hex AD F A9 0 5B 2 20 12E 54 25
Octal 255 17 251 0 133 2 40 456 124 45
Binary 10101101 1111 10101001 0 1011011 10 100000 100101110 1010100 100101

Color Harmonies of #AD0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FA9

Black with #AD0FA9

Text Example


Text Example

White with #AD0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FA9; }

 p { color: rgb(173,15,169); }

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

background-color css

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

 a { background-color: rgb(173,15,169); }

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

border-color css

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

 span { border-color: rgb(173,15,169); }

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