#AD3F82

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

Shades of Medium Red Violet #AD3F82

Tints of Medium Red Violet #AD3F82

Color information

#AD3F82 (or 0xAD3F82) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3F and 82. RGB value is (173,63,130). Sum of RGB (Red+Green+Blue) = 173+63+130=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F82 is #52C07D. Grayscale: #676767. Windows color (decimal): -5423230 or 8535981. OLE color: 8535981.

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

Color convert

RGB17363130-
CMYK00.640.250.32
HSL323.45º46.61%46.27%-
HSV(B)323.45º63.58%67.84%-
XYZ23.0414.0522.62-
YUV103.53142.94177.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=47.27%
G=17.21%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736313000.640.250.32323.4546.6146.27
HexAD3F8204019201432f2e
Octal25577202010031405035756
Binary10101101111111100000100100000011001100000101000011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F82; }

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

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

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

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

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

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

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

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