#AD3695

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

Shades of Medium Red Violet #AD3695

Tints of Medium Red Violet #AD3695

Color information

#AD3695 (or 0xAD3695) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 95. RGB value is (173,54,149). Sum of RGB (Red+Green+Blue) = 173+54+149=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3695 is #52C96A. Grayscale: #646464. Windows color (decimal): -5425515 or 9778861. OLE color: 9778861.

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

Color convert

RGB17354149-
CMYK00.690.140.32
HSL312.1º52.42%44.51%-
HSV(B)312.1º68.79%67.84%-
XYZ23.9813.6929.81-
YUV100.41155.42179.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 54 (21.48% from 255) = 14.36%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=46.01%
G=14.36%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735414900.690.140.32312.152.4244.51
HexAD3695045E20138342d
Octal25566225010516404706455
Binary1010110111011010010101010001011110100000100111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3695; }

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

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

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

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

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

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

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

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