#AD397E

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

Shades of Medium Red Violet #AD397E

Tints of Medium Red Violet #AD397E

Color information

#AD397E (or 0xAD397E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 39 and 7E. RGB value is (173,57,126). Sum of RGB (Red+Green+Blue) = 173+57+126=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD397E is #52C681. Grayscale: #636363. Windows color (decimal): -5424770 or 8272301. OLE color: 8272301.

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

Color convert

RGB17357126-
CMYK00.670.270.32
HSL324.31º50.43%45.1%-
HSV(B)324.31º67.05%67.84%-
XYZ22.4613.3221.13-
YUV99.55142.93180.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=48.60%
G=16.01%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735712600.670.270.32324.3150.4345.1
HexAD397E0431B20144322d
Octal25571176010333405046255
Binary1010110111100111111100100001111011100000101000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD397E; }

 p { color: rgb(173,57,126); }

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

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

 a { background-color: rgb(173,57,126); }

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

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

 span { border-color: rgb(173,57,126); }

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