#AA7B93

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

Shades of Bouquet #AA7B93

Tints of Bouquet #AA7B93

Color information

#AA7B93 (or 0xAA7B93) is unknown color: approx Bouquet. HEX triplet: AA, 7B and 93. RGB value is (170,123,147). Sum of RGB (Red+Green+Blue) = 170+123+147=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B93 is #55846C. Grayscale: #8B8B8B. Windows color (decimal): -5604461 or 9665450. OLE color: 9665450.

HSL color Cylindrical-coordinate representation of color #AA7B93: hue angle of 329.36º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B93 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170123147-
CMYK00.280.140.33
HSL329.36º21.66%57.45%-
HSV(B)329.36º27.65%66.67%-
XYZ28.9324.8230.87-
YUV139.79132.07149.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=38.64%
G=27.95%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012314700.280.140.33329.3621.6657.45
HexAA7B9301CE211491639
Octal25217322303416415112671
Binary10101010111101110010011011100111010000110100100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B93; }

 p { color: rgb(170,123,147); }

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

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

 a { background-color: rgb(170,123,147); }

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

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

 span { border-color: rgb(170,123,147); }

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