#AA4288

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

Shades of Medium Red Violet #AA4288

Tints of Medium Red Violet #AA4288

Color information

#AA4288 (or 0xAA4288) is unknown color: approx Medium Red Violet. HEX triplet: AA, 42 and 88. RGB value is (170,66,136). Sum of RGB (Red+Green+Blue) = 170+66+136=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4288 is #55BD77. Grayscale: #686868. Windows color (decimal): -5619064 or 8929962. OLE color: 8929962.

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

Color convert

RGB17066136-
CMYK00.610.200.33
HSL319.62º44.07%46.27%-
HSV(B)319.62º61.18%66.67%-
XYZ22.9714.2224.83-
YUV105.08145.46174.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=45.70%
G=17.74%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706613600.610.200.33319.6244.0746.27
HexAA428803D14211402c2e
Octal25210221007524415005456
Binary10101010100001010001000011110110100100001101000000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4288; }

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

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

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

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

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

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

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

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