Html Css Color HEX #AD3377 Medium Red Violet

📋 copy color: '#AD3377'

red 173 ◦ green 51 ◦ blue 119

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

Shades of Medium Red Violet #AD3377

Tints of Medium Red Violet #AD3377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 50.44%
G = 14.87%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD3377 (or 0xAD3377) is known color: Medium Red Violet. HEX triplet: AD, 33 and 77. RGB value is (173,51,119). Sum of RGB (Red+Green+Blue) = 173+51+119=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3377 is #52CC88. Grayscale: #5F5F5F. Windows color (decimal): -5426313 or 7812013. OLE color: 7812013.

HSL color Cylindrical-coordinate representation of color #AD3377: hue angle of 326.56º 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 #AD3377 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 119 -
CMYK 0 0.71 0.31 0.32
HSL 326.56º 0.54% 0.44% -
HSV(B) 326.56º 0.71% 0.68% -
XYZ 21.75 12.58 18.74 -
YUV 95.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 173 51 119 0 0.71 0.31 0.32 326.56 0.54 0.44
Hex AD 33 77 0 47 1F 20 147 36 2C
Octal 255 63 167 0 107 37 40 507 66 54
Binary 10101101 110011 1110111 0 1000111 11111 100000 101000111 110110 101100

Color Harmonies of #AD3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3377

Black with #AD3377

Text Example


Text Example

White with #AD3377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3377; }

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

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

background-color css

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

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

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

border-color css

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

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

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