#AD339C

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

Shades of Medium Red Violet #AD339C

Tints of Medium Red Violet #AD339C

Color information

#AD339C (or 0xAD339C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 33 and 9C. RGB value is (173,51,156). Sum of RGB (Red+Green+Blue) = 173+51+156=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD339C is #52CC63. Grayscale: #636363. Windows color (decimal): -5426276 or 10236845. OLE color: 10236845.

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

Color convert

RGB17351156-
CMYK00.710.100.32
HSL308.36º54.46%43.92%-
HSV(B)308.36º70.52%67.84%-
XYZ24.4213.6532.8-
YUV99.45159.92180.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=45.53%
G=13.42%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735115600.710.100.32308.3654.4643.92
HexAD339C047A20134362c
Octal25563234010712404646654
Binary1010110111001110011100010001111010100000100110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD339C; }

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

 H1.HeaderClassName
 {
   color: #AD339C;
 }
 .AnyTagClassName
 {
   color: #AD339C;
 }
</style>
background-color css

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

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

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

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

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

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