#AD388C

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

Shades of Medium Red Violet #AD388C

Tints of Medium Red Violet #AD388C

Color information

#AD388C (or 0xAD388C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 8C. RGB value is (173,56,140). Sum of RGB (Red+Green+Blue) = 173+56+140=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD388C is #52C773. Grayscale: #646464. Windows color (decimal): -5425012 or 9189549. OLE color: 9189549.

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

Color convert

RGB17356140-
CMYK00.680.190.32
HSL316.92º51.09%44.9%-
HSV(B)316.92º67.63%67.84%-
XYZ23.3813.6126.2-
YUV100.56150.26179.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=46.88%
G=15.18%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735614000.680.190.32316.9251.0944.9
HexAD388C044132013d332d
Octal25570214010423404756355
Binary10101101111000100011000100010010011100000100111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD388C; }

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

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

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

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

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

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

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

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