#AD3E7E

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

Shades of Medium Red Violet #AD3E7E

Tints of Medium Red Violet #AD3E7E

Color information

#AD3E7E (or 0xAD3E7E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3E and 7E. RGB value is (173,62,126). Sum of RGB (Red+Green+Blue) = 173+62+126=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3E7E is #52C181. Grayscale: #666666. Windows color (decimal): -5423490 or 8273581. OLE color: 8273581.

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

Color convert

RGB17362126-
CMYK00.640.270.32
HSL325.41º47.23%46.08%-
HSV(B)325.41º64.16%67.84%-
XYZ22.7213.8421.21-
YUV102.48141.27178.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=47.92%
G=17.17%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736212600.640.270.32325.4147.2346.08
HexAD3E7E0401B201452f2e
Octal25576176010033405055756
Binary1010110111111011111100100000011011100000101000101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3E7E; }

 p { color: rgb(173,62,126); }

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

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

 a { background-color: rgb(173,62,126); }

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

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

 span { border-color: rgb(173,62,126); }

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