#AA7195

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

Shades of Bouquet #AA7195

Tints of Bouquet #AA7195

Color information

#AA7195 (or 0xAA7195) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 95. RGB value is (170,113,149). Sum of RGB (Red+Green+Blue) = 170+113+149=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7195 is #558E6A. Grayscale: #868686. Windows color (decimal): -5607019 or 9793962. OLE color: 9793962.

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

Color convert

RGB170113149-
CMYK00.340.120.33
HSL322.11º25.11%55.49%-
HSV(B)322.11º33.53%66.67%-
XYZ27.9122.5331.31-
YUV134.15136.38153.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=39.35%
G=26.16%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011314900.340.120.33322.1125.1155.49
HexAA7195022C211421937
Octal25216122504214415023167
Binary101010101110001100101010100010110010000110100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7195; }

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

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

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

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

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

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

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

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