Html Css Color HEX #AD117F Medium Violet Red

📋 copy color: '#AD117F'

red 173 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #AD117F

Tints of Medium Violet Red #AD117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 54.57%
G = 5.36%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD117F (or 0xAD117F) is known color: Medium Violet Red. HEX triplet: AD, 11 and 7F. RGB value is (173,17,127). Sum of RGB (Red+Green+Blue) = 173+17+127=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD117F is #52EE80. Grayscale: #4B4B4B. Windows color (decimal): -5435009 or 8327597. OLE color: 8327597.

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

Color convert

RGB 173 17 127 -
CMYK 0 0.90 0.27 0.32
HSL 317.69º 0.82% 0.37% -
HSV(B) 317.69º 0.9% 0.68% -
XYZ 21.26 10.82 21.05 -
YUV 76.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 173 17 127 0 0.90 0.27 0.32 317.69 0.82 0.37
Hex AD 11 7F 0 5A 1B 20 13E 52 25
Octal 255 21 177 0 132 33 40 476 122 45
Binary 10101101 10001 1111111 0 1011010 11011 100000 100111110 1010010 100101

Color Harmonies of #AD117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD117F

Black with #AD117F

Text Example


Text Example

White with #AD117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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