Html Css Color HEX #AD118F Medium Violet Red

📋 copy color: '#AD118F'

red 173 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #AD118F

Tints of Medium Violet Red #AD118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 51.95%
G = 5.11%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD118F (or 0xAD118F) is known color: Medium Violet Red. HEX triplet: AD, 11 and 8F. RGB value is (173,17,143). Sum of RGB (Red+Green+Blue) = 173+17+143=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD118F is #52EE70. Grayscale: #4D4D4D. Windows color (decimal): -5434993 or 9376173. OLE color: 9376173.

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

Color convert

RGB 173 17 143 -
CMYK 0 0.90 0.17 0.32
HSL 311.54º 0.82% 0.37% -
HSV(B) 311.54º 0.9% 0.68% -
XYZ 22.39 11.27 26.98 -
YUV 78.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 173 17 143 0 0.90 0.17 0.32 311.54 0.82 0.37
Hex AD 11 8F 0 5A 11 20 138 52 25
Octal 255 21 217 0 132 21 40 470 122 45
Binary 10101101 10001 10001111 0 1011010 10001 100000 100111000 1010010 100101

Color Harmonies of #AD118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD118F

Black with #AD118F

Text Example


Text Example

White with #AD118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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