Html Css Color HEX #AD118B Medium Violet Red

📋 copy color: '#AD118B'

red 173 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #AD118B

Tints of Medium Violet Red #AD118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 52.58%
G = 5.17%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD118B (or 0xAD118B) is known color: Medium Violet Red. HEX triplet: AD, 11 and 8B. RGB value is (173,17,139). Sum of RGB (Red+Green+Blue) = 173+17+139=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD118B is #52EE74. Grayscale: #4D4D4D. Windows color (decimal): -5434997 or 9114029. OLE color: 9114029.

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

Color convert

RGB 173 17 139 -
CMYK 0 0.90 0.20 0.32
HSL 313.08º 0.82% 0.37% -
HSV(B) 313.08º 0.9% 0.68% -
XYZ 22.09 11.15 25.41 -
YUV 77.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 173 17 139 0 0.90 0.20 0.32 313.08 0.82 0.37
Hex AD 11 8B 0 5A 14 20 139 52 25
Octal 255 21 213 0 132 24 40 471 122 45
Binary 10101101 10001 10001011 0 1011010 10100 100000 100111001 1010010 100101

Color Harmonies of #AD118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD118B

Black with #AD118B

Text Example


Text Example

White with #AD118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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