#AA3688

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

Shades of Medium Red Violet #AA3688

Tints of Medium Red Violet #AA3688

Color information

#AA3688 (or 0xAA3688) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 88. RGB value is (170,54,136). Sum of RGB (Red+Green+Blue) = 170+54+136=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3688 is #55C977. Grayscale: #616161. Windows color (decimal): -5622136 or 8926890. OLE color: 8926890.

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

Color convert

RGB17054136-
CMYK00.680.200.33
HSL317.59º51.79%43.92%-
HSV(B)317.59º68.24%66.67%-
XYZ22.3412.9624.62-
YUV98.03149.43179.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=47.22%
G=15%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705413600.680.200.33317.5951.7943.92
HexAA3688044142113e342c
Octal25266210010424414766454
Binary10101010110110100010000100010010100100001100111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3688; }

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

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

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

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

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

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

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

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