Html Css Color HEX #AD1DA9 Medium Violet Red

📋 copy color: '#AD1DA9'

red 173 ◦ green 29 ◦ blue 169

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

Shades of Medium Violet Red #AD1DA9

Tints of Medium Violet Red #AD1DA9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 46.63%
G = 7.82%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD1DA9 (or 0xAD1DA9) is known color: Medium Violet Red. HEX triplet: AD, 1D and A9. RGB value is (173,29,169). Sum of RGB (Red+Green+Blue) = 173+29+169=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DA9 is #52E256. Grayscale: #575757. Windows color (decimal): -5431895 or 11083181. OLE color: 11083181.

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

Color convert

RGB 173 29 169 -
CMYK 0 0.83 0.02 0.32
HSL 301.67º 0.71% 0.4% -
HSV(B) 301.67º 0.83% 0.68% -
XYZ 24.83 12.63 38.66 -
YUV 88.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 173 29 169 0 0.83 0.02 0.32 301.67 0.71 0.4
Hex AD 1D A9 0 53 2 20 12E 47 28
Octal 255 35 251 0 123 2 40 456 107 50
Binary 10101101 11101 10101001 0 1010011 10 100000 100101110 1000111 101000

Color Harmonies of #AD1DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DA9

Black with #AD1DA9

Text Example


Text Example

White with #AD1DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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