#AD378B

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

Shades of Medium Red Violet #AD378B

Tints of Medium Red Violet #AD378B

Color information

#AD378B (or 0xAD378B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 37 and 8B. RGB value is (173,55,139). Sum of RGB (Red+Green+Blue) = 173+55+139=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD378B is #52C874. Grayscale: #636363. Windows color (decimal): -5425269 or 9123757. OLE color: 9123757.

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

Color convert

RGB17355139-
CMYK00.680.200.32
HSL317.29º51.75%44.71%-
HSV(B)317.29º68.21%67.84%-
XYZ23.2613.4825.8-
YUV99.86150.09180.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=47.14%
G=14.99%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735513900.680.200.32317.2951.7544.71
HexAD378B044142013d342d
Octal25567213010424404756455
Binary10101101110111100010110100010010100100000100111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD378B; }

 p { color: rgb(173,55,139); }

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

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

 a { background-color: rgb(173,55,139); }

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

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

 span { border-color: rgb(173,55,139); }

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