#ad1188

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

Shades of Medium Violet Red #AD1188

Tints of Medium Violet Red #AD1188

Color information

#AD1188 (or 0xAD1188) is unknown color: approx Medium Violet Red. HEX triplet: AD, 11 and 88. RGB value is (173,17,136). Sum of RGB (Red+Green+Blue) = 173+17+136=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1188 is #52EE77. Grayscale: #4C4C4C. Windows color (decimal): -5435000 or 8917421. OLE color: 8917421.

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

Color convert

RGB17317136-
CMYK00.900.210.32
HSL314.23º82.11%37.25%-
HSV(B)314.23º90.17%67.84%-
XYZ21.8811.0624.27-
YUV77.21161.18196.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=53.07%
G=5.21%
B=41.72%

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
Decimal1731713600.900.210.32314.2382.1137.25
HexAD118805A152013a5225
Octal255212100132254047212245
Binary10101101100011000100001011010101011000001001110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1188; }

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

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

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

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

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

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

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

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