#AD088E

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

Shades of Medium Violet Red #AD088E

Tints of Medium Violet Red #AD088E

Color information

#AD088E (or 0xAD088E) is unknown color: approx Medium Violet Red. HEX triplet: AD, 08 and 8E. RGB value is (173,8,142). Sum of RGB (Red+Green+Blue) = 173+8+142=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD088E is #52F771. Grayscale: #484848. Windows color (decimal): -5437298 or 9308333. OLE color: 9308333.

HSL color Cylindrical-coordinate representation of color #AD088E: hue angle of 311.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD088E is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB1738142-
CMYK00.950.180.32
HSL311.27º91.16%35.49%-
HSV(B)311.27º95.38%67.84%-
XYZ22.211.0126.55-
YUV72.61167.16199.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=53.56%
G=2.48%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173814200.950.180.32311.2791.1635.49
HexAD88E05F12201375b23
Octal255102160137224046713343
Binary1010110110001000111001011111100101000001001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD088E; }

 p { color: rgb(173,8,142); }

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

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

 a { background-color: rgb(173,8,142); }

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

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

 span { border-color: rgb(173,8,142); }

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