#AA709E

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

Shades of Bouquet #AA709E

Tints of Bouquet #AA709E

Color information

#AA709E (or 0xAA709E) is unknown color: approx Bouquet. HEX triplet: AA, 70 and 9E. RGB value is (170,112,158). Sum of RGB (Red+Green+Blue) = 170+112+158=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709E is #558F61. Grayscale: #868686. Windows color (decimal): -5607266 or 10383530. OLE color: 10383530.

HSL color Cylindrical-coordinate representation of color #AA709E: hue angle of 312.41º 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 #AA709E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB170112158-
CMYK00.340.070.33
HSL312.41º25.44%55.29%-
HSV(B)312.41º34.12%66.67%-
XYZ28.5422.635.21-
YUV134.59141.22153.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=38.64%
G=25.45%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011215800.340.070.33312.4125.4455.29
HexAA709E0227211381937
Octal2521602360427414703167
Binary10101010111000010011110010001011110000110011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA709E; }

 p { color: rgb(170,112,158); }

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

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

 a { background-color: rgb(170,112,158); }

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

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

 span { border-color: rgb(170,112,158); }

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