#AD3377

Color #AD3377 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AD3377

Tints of Medium Red Violet #AD3377

Color information

#AD3377 (or 0xAD3377) is unknown color: approx 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

RGB17351119-
CMYK00.710.310.32
HSL326.56º54.46%43.92%-
HSV(B)326.56º70.52%67.84%-
XYZ21.7512.5818.74-
YUV95.23141.42183.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735111900.710.310.32326.5654.4643.92
HexAD33770471F20147362c
Octal25563167010737405076654
Binary1010110111001111101110100011111111100000101000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>