#AD1588

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

Shades of Medium Violet Red #AD1588

Tints of Medium Violet Red #AD1588

Color information

#AD1588 (or 0xAD1588) is unknown color: approx Medium Violet Red. HEX triplet: AD, 15 and 88. RGB value is (173,21,136). Sum of RGB (Red+Green+Blue) = 173+21+136=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1588 is #52EA77. Grayscale: #4F4F4F. Windows color (decimal): -5433976 or 8918445. OLE color: 8918445.

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

Color convert

RGB17321136-
CMYK00.880.210.32
HSL314.61º78.35%38.04%-
HSV(B)314.61º87.86%67.84%-
XYZ21.9511.224.3-
YUV79.56159.86194.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=52.42%
G=6.36%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732113600.880.210.32314.6178.3538.04
HexAD1588058152013b4e26
Octal255252100130254047311646
Binary10101101101011000100001011000101011000001001110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1588; }

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

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

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

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

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

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

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

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