#AD3992

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

Shades of Medium Red Violet #AD3992

Tints of Medium Red Violet #AD3992

Color information

#AD3992 (or 0xAD3992) is unknown color: approx Medium Red Violet. HEX triplet: AD, 39 and 92. RGB value is (173,57,146). Sum of RGB (Red+Green+Blue) = 173+57+146=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3992 is #52C66D. Grayscale: #656565. Windows color (decimal): -5424750 or 9583021. OLE color: 9583021.

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

Color convert

RGB17357146-
CMYK00.670.160.32
HSL313.97º50.43%45.1%-
HSV(B)313.97º67.05%67.84%-
XYZ23.8913.8928.62-
YUV101.83152.93178.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=46.01%
G=15.16%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735714600.670.160.32313.9750.4345.1
HexAD3992043102013a322d
Octal25571222010320404726255
Binary10101101111001100100100100001110000100000100111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3992; }

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

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

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

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

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

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

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

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