Html Css Color HEX #AD3774 Medium Red Violet

📋 copy color: '#AD3774'

red 173 ◦ green 55 ◦ blue 116

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

Shades of Medium Red Violet #AD3774

Tints of Medium Red Violet #AD3774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 50.29%
G = 15.99%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD3774 (or 0xAD3774) is known color: Medium Red Violet. HEX triplet: AD, 37 and 74. RGB value is (173,55,116). Sum of RGB (Red+Green+Blue) = 173+55+116=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3774 is #52C88B. Grayscale: #616161. Windows color (decimal): -5425292 or 7616429. OLE color: 7616429.

HSL color Cylindrical-coordinate representation of color #AD3774: hue angle of 328.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3774 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 55 116 -
CMYK 0 0.68 0.33 0.32
HSL 328.98º 0.52% 0.45% -
HSV(B) 328.98º 0.68% 0.68% -
XYZ 21.75 12.88 17.86 -
YUV 97.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 173 55 116 0 0.68 0.33 0.32 328.98 0.52 0.45
Hex AD 37 74 0 44 21 20 149 34 2D
Octal 255 67 164 0 104 41 40 511 64 55
Binary 10101101 110111 1110100 0 1000100 100001 100000 101001001 110100 101101

Color Harmonies of #AD3774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3774

Black with #AD3774

Text Example


Text Example

White with #AD3774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3774; }

 p { color: rgb(173,55,116); }

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

background-color css

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

 a { background-color: rgb(173,55,116); }

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

border-color css

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

 span { border-color: rgb(173,55,116); }

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