#ad1288

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

Shades of Medium Violet Red #AD1288

Tints of Medium Violet Red #AD1288

Color information

#AD1288 (or 0xAD1288) is unknown color: approx Medium Violet Red. HEX triplet: AD, 12 and 88. RGB value is (173,18,136). Sum of RGB (Red+Green+Blue) = 173+18+136=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1288 is #52ED77. Grayscale: #4D4D4D. Windows color (decimal): -5434744 or 8917677. OLE color: 8917677.

HSL color Cylindrical-coordinate representation of color #AD1288: hue angle of 314.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1288 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB17318136-
CMYK00.900.210.32
HSL314.32º81.15%37.45%-
HSV(B)314.32º89.6%67.84%-
XYZ21.8911.0924.28-
YUV77.8160.85195.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=52.91%
G=5.50%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731813600.900.210.32314.3281.1537.45
HexAD128805A152013a5125
Octal255222100132254047212145
Binary10101101100101000100001011010101011000001001110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1288; }

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

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

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

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

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

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

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

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