Html Css Color HEX #AD317F Medium Red Violet

📋 copy color: '#AD317F'

red 173 ◦ green 49 ◦ blue 127

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

Shades of Medium Red Violet #AD317F

Tints of Medium Red Violet #AD317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

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

R = 49.57%
G = 14.04%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD317F (or 0xAD317F) is known color: Medium Red Violet. HEX triplet: AD, 31 and 7F. RGB value is (173,49,127). Sum of RGB (Red+Green+Blue) = 173+49+127=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317F is #52CE80. Grayscale: #5E5E5E. Windows color (decimal): -5426817 or 8335789. OLE color: 8335789.

HSL color Cylindrical-coordinate representation of color #AD317F: hue angle of 322.26º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD317F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 127 -
CMYK 0 0.72 0.27 0.32
HSL 322.26º 0.56% 0.44% -
HSV(B) 322.26º 0.72% 0.68% -
XYZ 22.16 12.61 21.35 -
YUV 94.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 173 49 127 0 0.72 0.27 0.32 322.26 0.56 0.44
Hex AD 31 7F 0 48 1B 20 142 38 2C
Octal 255 61 177 0 110 33 40 502 70 54
Binary 10101101 110001 1111111 0 1001000 11011 100000 101000010 111000 101100

Color Harmonies of #AD317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD317F

Black with #AD317F

Text Example


Text Example

White with #AD317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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