#ad407e

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

Shades of Medium Red Violet #AD407E

Tints of Medium Red Violet #AD407E

Color information

#AD407E (or 0xAD407E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 40 and 7E. RGB value is (173,64,126). Sum of RGB (Red+Green+Blue) = 173+64+126=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD407E is #52BF81. Grayscale: #676767. Windows color (decimal): -5422978 or 8274093. OLE color: 8274093.

HSL color Cylindrical-coordinate representation of color #AD407E: hue angle of 325.87º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD407E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB17364126-
CMYK00.630.270.32
HSL325.87º45.99%46.47%-
HSV(B)325.87º63.01%67.84%-
XYZ22.8314.0621.25-
YUV103.66140.61177.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=47.66%
G=17.63%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736412600.630.270.32325.8745.9946.47
HexAD407E03F1B201462e2e
Octal25510017607733405065656
Binary1010110110000001111110011111111011100000101000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad407e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad407e; }

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

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

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

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

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

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

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

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