#AD3F85

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

Shades of Medium Red Violet #AD3F85

Tints of Medium Red Violet #AD3F85

Color information

#AD3F85 (or 0xAD3F85) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3F and 85. RGB value is (173,63,133). Sum of RGB (Red+Green+Blue) = 173+63+133=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F85 is #52C07A. Grayscale: #676767. Windows color (decimal): -5423227 or 8732589. OLE color: 8732589.

HSL color Cylindrical-coordinate representation of color #AD3F85: hue angle of 321.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3F85 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17363133-
CMYK00.640.230.32
HSL321.82º46.61%46.27%-
HSV(B)321.82º63.58%67.84%-
XYZ23.2414.1323.69-
YUV103.87144.44177.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=46.88%
G=17.07%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736313300.640.230.32321.8246.6146.27
HexAD3F8504017201422f2e
Octal25577205010027405025756
Binary10101101111111100001010100000010111100000101000010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F85; }

 p { color: rgb(173,63,133); }

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

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

 a { background-color: rgb(173,63,133); }

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

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

 span { border-color: rgb(173,63,133); }

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