#AD1593

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

Shades of Medium Violet Red #AD1593

Tints of Medium Violet Red #AD1593

Color information

#AD1593 (or 0xAD1593) is unknown color: approx Medium Violet Red. HEX triplet: AD, 15 and 93. RGB value is (173,21,147). Sum of RGB (Red+Green+Blue) = 173+21+147=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1593 is #52EA6C. Grayscale: #505050. Windows color (decimal): -5433965 or 9639341. OLE color: 9639341.

HSL color Cylindrical-coordinate representation of color #AD1593: hue angle of 310.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1593 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB17321147-
CMYK00.880.150.32
HSL310.26º78.35%38.04%-
HSV(B)310.26º87.86%67.84%-
XYZ22.7711.5328.63-
YUV80.81165.36193.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=50.73%
G=6.16%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732114700.880.150.32310.2678.3538.04
HexAD1593058F201364e26
Octal255252230130174046611646
Binary1010110110101100100110101100011111000001001101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1593; }

 p { color: rgb(173,21,147); }

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

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

 a { background-color: rgb(173,21,147); }

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

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

 span { border-color: rgb(173,21,147); }

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