#AD387F

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

Shades of Medium Red Violet #AD387F

Tints of Medium Red Violet #AD387F

Color information

#AD387F (or 0xAD387F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 7F. RGB value is (173,56,127). Sum of RGB (Red+Green+Blue) = 173+56+127=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387F is #52C780. Grayscale: #626262. Windows color (decimal): -5425025 or 8337581. OLE color: 8337581.

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

Color convert

RGB17356127-
CMYK00.680.270.32
HSL323.59º51.09%44.9%-
HSV(B)323.59º67.63%67.84%-
XYZ22.4813.2421.45-
YUV99.08143.76180.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 127 (50% from 255) = 35.67%
R=48.60%
G=15.73%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735612700.680.270.32323.5951.0944.9
HexAD387F0441B20144332d
Octal25570177010433405046355
Binary1010110111100011111110100010011011100000101000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD387F; }

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

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

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

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

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

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

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

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