#AA0888

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

Shades of Medium Violet Red #AA0888

Tints of Medium Violet Red #AA0888

Color information

#AA0888 (or 0xAA0888) is unknown color: approx Medium Violet Red. HEX triplet: AA, 08 and 88. RGB value is (170,8,136). Sum of RGB (Red+Green+Blue) = 170+8+136=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0888 is #55F777. Grayscale: #464646. Windows color (decimal): -5633912 or 8915114. OLE color: 8915114.

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

Color convert

RGB1708136-
CMYK00.950.200.33
HSL312.59º91.01%34.9%-
HSV(B)312.59º95.29%66.67%-
XYZ21.1110.524.21-
YUV71.03164.67198.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 8 (3.52% from 255) = 2.55%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=54.14%
G=2.55%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170813600.950.200.33312.5991.0134.9
HexAA88805F14211395b23
Octal252102100137244147113343
Binary1010101010001000100001011111101001000011001110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0888; }

 p { color: rgb(170,8,136); }

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

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

 a { background-color: rgb(170,8,136); }

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

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

 span { border-color: rgb(170,8,136); }

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