#AD398E

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

Shades of Medium Red Violet #AD398E

Tints of Medium Red Violet #AD398E

Color information

#AD398E (or 0xAD398E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 39 and 8E. RGB value is (173,57,142). Sum of RGB (Red+Green+Blue) = 173+57+142=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD398E is #52C671. Grayscale: #656565. Windows color (decimal): -5424754 or 9320877. OLE color: 9320877.

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

Color convert

RGB17357142-
CMYK00.670.180.32
HSL316.03º50.43%45.1%-
HSV(B)316.03º67.05%67.84%-
XYZ23.5813.7627.01-
YUV101.37150.93179.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=46.51%
G=15.32%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735714200.670.180.32316.0350.4345.1
HexAD398E043122013c322d
Octal25571216010322404746255
Binary10101101111001100011100100001110010100000100111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD398E; }

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

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

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

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

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

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

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

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