#AA75A2

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

Shades of Bouquet #AA75A2

Tints of Bouquet #AA75A2

Color information

#AA75A2 (or 0xAA75A2) is unknown color: approx Bouquet. HEX triplet: AA, 75 and A2. RGB value is (170,117,162). Sum of RGB (Red+Green+Blue) = 170+117+162=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A2 is #558A5D. Grayscale: #898989. Windows color (decimal): -5605982 or 10646954. OLE color: 10646954.

HSL color Cylindrical-coordinate representation of color #AA75A2: hue angle of 309.06º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA75A2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170117162-
CMYK00.310.050.33
HSL309.06º23.77%56.27%-
HSV(B)309.06º31.18%66.67%-
XYZ29.4623.8837.24-
YUV137.98141.56150.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=37.86%
G=26.06%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011716200.310.050.33309.0623.7756.27
HexAA75A201F5211351838
Octal2521652420375414653070
Binary1010101011101011010001001111110110000110011010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75A2; }

 p { color: rgb(170,117,162); }

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

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

 a { background-color: rgb(170,117,162); }

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

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

 span { border-color: rgb(170,117,162); }

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