Html Css Color HEX #AD2C79 Medium Red Violet

📋 copy color: '#AD2C79'

red 173 ◦ green 44 ◦ blue 121

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

Shades of Medium Red Violet #AD2C79

Tints of Medium Red Violet #AD2C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

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

R = 51.18%
G = 13.02%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD2C79 (or 0xAD2C79) is known color: Medium Red Violet. HEX triplet: AD, 2C and 79. RGB value is (173,44,121). Sum of RGB (Red+Green+Blue) = 173+44+121=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C79 is #52D386. Grayscale: #5B5B5B. Windows color (decimal): -5428103 or 7941293. OLE color: 7941293.

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

Color convert

RGB 173 44 121 -
CMYK 0 0.75 0.30 0.32
HSL 324.19º 0.59% 0.43% -
HSV(B) 324.19º 0.75% 0.68% -
XYZ 21.59 12.07 19.28 -
YUV 91.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 173 44 121 0 0.75 0.30 0.32 324.19 0.59 0.43
Hex AD 2C 79 0 4B 1E 20 144 3B 2B
Octal 255 54 171 0 113 36 40 504 73 53
Binary 10101101 101100 1111001 0 1001011 11110 100000 101000100 111011 101011

Color Harmonies of #AD2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C79

Black with #AD2C79

Text Example


Text Example

White with #AD2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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