Html Css Color HEX #AD1D9D Medium Violet Red

📋 copy color: '#AD1D9D'

red 173 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #AD1D9D

Tints of Medium Violet Red #AD1D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 48.19%
G = 8.08%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD1D9D (or 0xAD1D9D) is known color: Medium Violet Red. HEX triplet: AD, 1D and 9D. RGB value is (173,29,157). Sum of RGB (Red+Green+Blue) = 173+29+157=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D9D is #52E262. Grayscale: #565656. Windows color (decimal): -5431907 or 10296749. OLE color: 10296749.

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

Color convert

RGB 173 29 157 -
CMYK 0 0.83 0.09 0.32
HSL 306.67º 0.71% 0.4% -
HSV(B) 306.67º 0.83% 0.68% -
XYZ 23.76 12.2 33 -
YUV 86.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 173 29 157 0 0.83 0.09 0.32 306.67 0.71 0.4
Hex AD 1D 9D 0 53 9 20 133 47 28
Octal 255 35 235 0 123 11 40 463 107 50
Binary 10101101 11101 10011101 0 1010011 1001 100000 100110011 1000111 101000

Color Harmonies of #AD1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D9D

Black with #AD1D9D

Text Example


Text Example

White with #AD1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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