#AD388E

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

Shades of Medium Red Violet #AD388E

Tints of Medium Red Violet #AD388E

Color information

#AD388E (or 0xAD388E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 8E. RGB value is (173,56,142). Sum of RGB (Red+Green+Blue) = 173+56+142=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD388E is #52C771. Grayscale: #646464. Windows color (decimal): -5425010 or 9320621. OLE color: 9320621.

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

Color convert

RGB17356142-
CMYK00.680.180.32
HSL315.9º51.09%44.9%-
HSV(B)315.9º67.63%67.84%-
XYZ23.5313.6726.99-
YUV100.79151.26179.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=46.63%
G=15.09%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735614200.680.180.32315.951.0944.9
HexAD388E044122013c332d
Octal25570216010422404746355
Binary10101101111000100011100100010010010100000100111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD388E; }

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

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

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

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

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

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

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

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