#AA6595

Color #AA6595 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AA6595

Tints of Bouquet #AA6595

Color information

#AA6595 (or 0xAA6595) is unknown color: approx Bouquet. HEX triplet: AA, 65 and 95. RGB value is (170,101,149). Sum of RGB (Red+Green+Blue) = 170+101+149=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6595 is #559A6A. Grayscale: #7E7E7E. Windows color (decimal): -5610091 or 9790890. OLE color: 9790890.

HSL color Cylindrical-coordinate representation of color #AA6595: hue angle of 318.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6595 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170101149-
CMYK00.410.120.33
HSL318.26º28.87%53.14%-
HSV(B)318.26º40.59%66.67%-
XYZ26.6620.0230.89-
YUV127.1140.36158.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=40.48%
G=24.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010114900.410.120.33318.2628.8753.14
HexAA6595029C2113e1d35
Octal25214522505114414763565
Binary101010101100101100101010101001110010000110011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6595; }

 p { color: rgb(170,101,149); }

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

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

 a { background-color: rgb(170,101,149); }

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

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

 span { border-color: rgb(170,101,149); }

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