Html Css Color HEX #AD118C Medium Violet Red

📋 copy color: '#AD118C'

red 173 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #AD118C

Tints of Medium Violet Red #AD118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 52.42%
G = 5.15%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD118C (or 0xAD118C) is known color: Medium Violet Red. HEX triplet: AD, 11 and 8C. RGB value is (173,17,140). Sum of RGB (Red+Green+Blue) = 173+17+140=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD118C is #52EE73. Grayscale: #4D4D4D. Windows color (decimal): -5434996 or 9179565. OLE color: 9179565.

HSL color Cylindrical-coordinate representation of color #AD118C: hue angle of 312.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD118C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 140 -
CMYK 0 0.90 0.19 0.32
HSL 312.69º 0.82% 0.37% -
HSV(B) 312.69º 0.9% 0.68% -
XYZ 22.17 11.18 25.8 -
YUV 77.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 173 17 140 0 0.90 0.19 0.32 312.69 0.82 0.37
Hex AD 11 8C 0 5A 13 20 139 52 25
Octal 255 21 214 0 132 23 40 471 122 45
Binary 10101101 10001 10001100 0 1011010 10011 100000 100111001 1010010 100101

Color Harmonies of #AD118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD118C

Black with #AD118C

Text Example


Text Example

White with #AD118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD118C; }

 p { color: rgb(173,17,140); }

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

background-color css

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

 a { background-color: rgb(173,17,140); }

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

border-color css

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

 span { border-color: rgb(173,17,140); }

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