#AD368E

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

Shades of Medium Red Violet #AD368E

Tints of Medium Red Violet #AD368E

Color information

#AD368E (or 0xAD368E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 8E. RGB value is (173,54,142). Sum of RGB (Red+Green+Blue) = 173+54+142=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD368E is #52C971. Grayscale: #636363. Windows color (decimal): -5425522 or 9320109. OLE color: 9320109.

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

Color convert

RGB17354142-
CMYK00.690.180.32
HSL315.63º52.42%44.51%-
HSV(B)315.63º68.79%67.84%-
XYZ23.4413.4826.96-
YUV99.61151.92180.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=46.88%
G=14.63%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735414200.690.180.32315.6352.4244.51
HexAD368E045122013c342d
Octal25566216010522404746455
Binary10101101110110100011100100010110010100000100111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD368E; }

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

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

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

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

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

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

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

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