Html Css Color HEX #AD3379 Medium Red Violet

📋 copy color: '#AD3379'

red 173 ◦ green 51 ◦ blue 121

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

Shades of Medium Red Violet #AD3379

Tints of Medium Red Violet #AD3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 50.14%
G = 14.78%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD3379 (or 0xAD3379) is known color: Medium Red Violet. HEX triplet: AD, 33 and 79. RGB value is (173,51,121). Sum of RGB (Red+Green+Blue) = 173+51+121=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3379 is #52CC86. Grayscale: #5F5F5F. Windows color (decimal): -5426311 or 7943085. OLE color: 7943085.

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

Color convert

RGB 173 51 121 -
CMYK 0 0.71 0.30 0.32
HSL 325.57º 0.54% 0.44% -
HSV(B) 325.57º 0.71% 0.68% -
XYZ 21.87 12.63 19.37 -
YUV 95.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 173 51 121 0 0.71 0.30 0.32 325.57 0.54 0.44
Hex AD 33 79 0 47 1E 20 146 36 2C
Octal 255 63 171 0 107 36 40 506 66 54
Binary 10101101 110011 1111001 0 1000111 11110 100000 101000110 110110 101100

Color Harmonies of #AD3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3379

Black with #AD3379

Text Example


Text Example

White with #AD3379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3379; }

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

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

background-color css

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

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

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

border-color css

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

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

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