#AD1584

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

Shades of Medium Violet Red #AD1584

Tints of Medium Violet Red #AD1584

Color information

#AD1584 (or 0xAD1584) is unknown color: approx Medium Violet Red. HEX triplet: AD, 15 and 84. RGB value is (173,21,132). Sum of RGB (Red+Green+Blue) = 173+21+132=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1584 is #52EA7B. Grayscale: #4E4E4E. Windows color (decimal): -5433980 or 8656301. OLE color: 8656301.

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

Color convert

RGB17321132-
CMYK00.880.240.32
HSL316.18º78.35%38.04%-
HSV(B)316.18º87.86%67.84%-
XYZ21.6711.0922.83-
YUV79.1157.86194.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=53.07%
G=6.44%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732113200.880.240.32316.1878.3538.04
HexAD1584058182013c4e26
Octal255252040130304047411646
Binary10101101101011000010001011000110001000001001111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1584; }

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

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

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

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

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

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

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

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