#AD339D

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

Shades of Medium Red Violet #AD339D

Tints of Medium Red Violet #AD339D

Color information

#AD339D (or 0xAD339D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 33 and 9D. RGB value is (173,51,157). Sum of RGB (Red+Green+Blue) = 173+51+157=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD339D is #52CC62. Grayscale: #636363. Windows color (decimal): -5426275 or 10302381. OLE color: 10302381.

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

Color convert

RGB17351157-
CMYK00.710.090.32
HSL307.87º54.46%43.92%-
HSV(B)307.87º70.52%67.84%-
XYZ24.513.6933.25-
YUV99.56160.42180.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=45.41%
G=13.39%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735115700.710.090.32307.8754.4643.92
HexAD339D047920134362c
Octal25563235010711404646654
Binary1010110111001110011101010001111001100000100110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD339D; }

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

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

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

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

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

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

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

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