#AA4088

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

Shades of Medium Red Violet #AA4088

Tints of Medium Red Violet #AA4088

Color information

#AA4088 (or 0xAA4088) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 88. RGB value is (170,64,136). Sum of RGB (Red+Green+Blue) = 170+64+136=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4088 is #55BF77. Grayscale: #676767. Windows color (decimal): -5619576 or 8929450. OLE color: 8929450.

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

Color convert

RGB17064136-
CMYK00.620.200.33
HSL319.25º45.3%45.88%-
HSV(B)319.25º62.35%66.67%-
XYZ22.8513.9924.79-
YUV103.9146.12175.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=45.95%
G=17.30%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706413600.620.200.33319.2545.345.88
HexAA408803E142113f2d2e
Octal25210021007624414775556
Binary10101010100000010001000011111010100100001100111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4088; }

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

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

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

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

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

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

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

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