Html Css Color HEX #AD1D99 Medium Violet Red

📋 copy color: '#AD1D99'

red 173 ◦ green 29 ◦ blue 153

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

Shades of Medium Violet Red #AD1D99

Tints of Medium Violet Red #AD1D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 48.73%
G = 8.17%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD1D99 (or 0xAD1D99) is known color: Medium Violet Red. HEX triplet: AD, 1D and 99. RGB value is (173,29,153). Sum of RGB (Red+Green+Blue) = 173+29+153=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D99 is #52E266. Grayscale: #555555. Windows color (decimal): -5431911 or 10034605. OLE color: 10034605.

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

Color convert

RGB 173 29 153 -
CMYK 0 0.83 0.12 0.32
HSL 308.33º 0.71% 0.4% -
HSV(B) 308.33º 0.83% 0.68% -
XYZ 23.42 12.06 31.23 -
YUV 86.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 173 29 153 0 0.83 0.12 0.32 308.33 0.71 0.4
Hex AD 1D 99 0 53 C 20 134 47 28
Octal 255 35 231 0 123 14 40 464 107 50
Binary 10101101 11101 10011001 0 1010011 1100 100000 100110100 1000111 101000

Color Harmonies of #AD1D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D99

Black with #AD1D99

Text Example


Text Example

White with #AD1D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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