Html Css Color HEX #AD3C79 Medium Red Violet

📋 copy color: '#AD3C79'

red 173 ◦ green 60 ◦ blue 121

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

Shades of Medium Red Violet #AD3C79

Tints of Medium Red Violet #AD3C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 48.87%
G = 16.95%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD3C79 (or 0xAD3C79) is known color: Medium Red Violet. HEX triplet: AD, 3C and 79. RGB value is (173,60,121). Sum of RGB (Red+Green+Blue) = 173+60+121=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3C79 is #52C386. Grayscale: #646464. Windows color (decimal): -5424007 or 7945389. OLE color: 7945389.

HSL color Cylindrical-coordinate representation of color #AD3C79: hue angle of 327.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3C79 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 60 121 -
CMYK 0 0.65 0.30 0.32
HSL 327.61º 0.48% 0.46% -
HSV(B) 327.61º 0.65% 0.68% -
XYZ 22.3 13.5 19.52 -
YUV 100.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 173 60 121 0 0.65 0.30 0.32 327.61 0.48 0.46
Hex AD 3C 79 0 41 1E 20 148 30 2E
Octal 255 74 171 0 101 36 40 510 60 56
Binary 10101101 111100 1111001 0 1000001 11110 100000 101001000 110000 101110

Color Harmonies of #AD3C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C79

Black with #AD3C79

Text Example


Text Example

White with #AD3C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C79; }

 p { color: rgb(173,60,121); }

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

background-color css

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

 a { background-color: rgb(173,60,121); }

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

border-color css

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

 span { border-color: rgb(173,60,121); }

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