Html Css Color HEX #AD319C Medium Red Violet

📋 copy color: '#AD319C'

red 173 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #AD319C

Tints of Medium Red Violet #AD319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 45.77%
G = 12.96%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD319C (or 0xAD319C) is known color: Medium Red Violet. HEX triplet: AD, 31 and 9C. RGB value is (173,49,156). Sum of RGB (Red+Green+Blue) = 173+49+156=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD319C is #52CE63. Grayscale: #616161. Windows color (decimal): -5426788 or 10236333. OLE color: 10236333.

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

Color convert

RGB 173 49 156 -
CMYK 0 0.72 0.10 0.32
HSL 308.23º 0.56% 0.44% -
HSV(B) 308.23º 0.72% 0.68% -
XYZ 24.33 13.48 32.77 -
YUV 98.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 173 49 156 0 0.72 0.10 0.32 308.23 0.56 0.44
Hex AD 31 9C 0 48 A 20 134 38 2C
Octal 255 61 234 0 110 12 40 464 70 54
Binary 10101101 110001 10011100 0 1001000 1010 100000 100110100 111000 101100

Color Harmonies of #AD319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD319C

Black with #AD319C

Text Example


Text Example

White with #AD319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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