#AD3692

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

Shades of Medium Red Violet #AD3692

Tints of Medium Red Violet #AD3692

Color information

#AD3692 (or 0xAD3692) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 92. RGB value is (173,54,146). Sum of RGB (Red+Green+Blue) = 173+54+146=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3692 is #52C96D. Grayscale: #636363. Windows color (decimal): -5425518 or 9582253. OLE color: 9582253.

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

Color convert

RGB17354146-
CMYK00.690.160.32
HSL313.61º52.42%44.51%-
HSV(B)313.61º68.79%67.84%-
XYZ23.7413.628.57-
YUV100.07153.92180.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=46.38%
G=14.48%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735414600.690.160.32313.6152.4244.51
HexAD3692045102013a342d
Octal25566222010520404726455
Binary10101101110110100100100100010110000100000100111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3692; }

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

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

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

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

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

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

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

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