#AD3693

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

Shades of Medium Red Violet #AD3693

Tints of Medium Red Violet #AD3693

Color information

#AD3693 (or 0xAD3693) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 93. RGB value is (173,54,147). Sum of RGB (Red+Green+Blue) = 173+54+147=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3693 is #52C96C. Grayscale: #636363. Windows color (decimal): -5425517 or 9647789. OLE color: 9647789.

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

Color convert

RGB17354147-
CMYK00.690.150.32
HSL313.11º52.42%44.51%-
HSV(B)313.11º68.79%67.84%-
XYZ23.8213.6328.98-
YUV100.18154.42179.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=46.26%
G=14.44%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735414700.690.150.32313.1152.4244.51
HexAD3693045F20139342d
Octal25566223010517404716455
Binary1010110111011010010011010001011111100000100111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3693; }

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

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

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

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

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

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

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

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