Html Css Color HEX #AD1DA1 Medium Violet Red

📋 copy color: '#AD1DA1'

red 173 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #AD1DA1

Tints of Medium Violet Red #AD1DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.35%

R = 47.66%
G = 7.99%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD1DA1 (or 0xAD1DA1) is known color: Medium Violet Red. HEX triplet: AD, 1D and A1. RGB value is (173,29,161). Sum of RGB (Red+Green+Blue) = 173+29+161=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DA1 is #52E25E. Grayscale: #565656. Windows color (decimal): -5431903 or 10558893. OLE color: 10558893.

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

Color convert

RGB 173 29 161 -
CMYK 0 0.83 0.07 0.32
HSL 305º 0.71% 0.4% -
HSV(B) 305º 0.83% 0.68% -
XYZ 24.11 12.34 34.83 -
YUV 87.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 173 29 161 0 0.83 0.07 0.32 305 0.71 0.4
Hex AD 1D A1 0 53 7 20 131 47 28
Octal 255 35 241 0 123 7 40 461 107 50
Binary 10101101 11101 10100001 0 1010011 111 100000 100110001 1000111 101000

Color Harmonies of #AD1DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DA1

Black with #AD1DA1

Text Example


Text Example

White with #AD1DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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