#AD4594

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

Shades of Medium Red Violet #AD4594

Tints of Medium Red Violet #AD4594

Color information

#AD4594 (or 0xAD4594) is unknown color: approx Medium Red Violet. HEX triplet: AD, 45 and 94. RGB value is (173,69,148). Sum of RGB (Red+Green+Blue) = 173+69+148=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4594 is #52BA6B. Grayscale: #6C6C6C. Windows color (decimal): -5421676 or 9717165. OLE color: 9717165.

HSL color Cylindrical-coordinate representation of color #AD4594: hue angle of 314.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4594 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17369148-
CMYK00.600.140.32
HSL314.42º42.98%47.45%-
HSV(B)314.42º60.12%67.84%-
XYZ24.7115.2829.66-
YUV109.1149.96173.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=44.36%
G=17.69%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736914800.600.140.32314.4242.9847.45
HexAD459403CE2013a2b2f
Octal25510522407416404725357
Binary1010110110001011001010001111001110100000100111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4594; }

 p { color: rgb(173,69,148); }

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

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

 a { background-color: rgb(173,69,148); }

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

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

 span { border-color: rgb(173,69,148); }

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