#AA4888

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

Shades of Medium Red Violet #AA4888

Tints of Medium Red Violet #AA4888

Color information

#AA4888 (or 0xAA4888) is unknown color: approx Medium Red Violet. HEX triplet: AA, 48 and 88. RGB value is (170,72,136). Sum of RGB (Red+Green+Blue) = 170+72+136=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4888 is #55B777. Grayscale: #6C6C6C. Windows color (decimal): -5617528 or 8931498. OLE color: 8931498.

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

Color convert

RGB17072136-
CMYK00.580.200.33
HSL320.82º40.5%47.45%-
HSV(B)320.82º57.65%66.67%-
XYZ23.3414.9624.95-
YUV108.6143.47171.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=44.97%
G=19.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707213600.580.200.33320.8240.547.45
HexAA488803A1421141282f
Octal25211021007224415015057
Binary10101010100100010001000011101010100100001101000001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4888; }

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

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

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

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

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

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

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

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