Html Css Color HEX #AD317D Medium Red Violet

📋 copy color: '#AD317D'

red 173 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #AD317D

Tints of Medium Red Violet #AD317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 49.86%
G = 14.12%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD317D (or 0xAD317D) is known color: Medium Red Violet. HEX triplet: AD, 31 and 7D. RGB value is (173,49,125). Sum of RGB (Red+Green+Blue) = 173+49+125=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317D is #52CE82. Grayscale: #5E5E5E. Windows color (decimal): -5426819 or 8204717. OLE color: 8204717.

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

Color convert

RGB 173 49 125 -
CMYK 0 0.72 0.28 0.32
HSL 323.23º 0.56% 0.44% -
HSV(B) 323.23º 0.72% 0.68% -
XYZ 22.03 12.56 20.67 -
YUV 94.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 173 49 125 0 0.72 0.28 0.32 323.23 0.56 0.44
Hex AD 31 7D 0 48 1C 20 143 38 2C
Octal 255 61 175 0 110 34 40 503 70 54
Binary 10101101 110001 1111101 0 1001000 11100 100000 101000011 111000 101100

Color Harmonies of #AD317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD317D

Black with #AD317D

Text Example


Text Example

White with #AD317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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