#AA81A3

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

Shades of Bouquet #AA81A3

Tints of Bouquet #AA81A3

Color information

#AA81A3 (or 0xAA81A3) is unknown color: approx Bouquet. HEX triplet: AA, 81 and A3. RGB value is (170,129,163). Sum of RGB (Red+Green+Blue) = 170+129+163=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA81A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81A3 is #557E5C. Grayscale: #919191. Windows color (decimal): -5602909 or 10715562. OLE color: 10715562.

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

Color convert

RGB170129163-
CMYK00.240.040.33
HSL310.24º19.43%58.63%-
HSV(B)310.24º24.12%66.67%-
XYZ31.0426.8938.2-
YUV145.14138.08145.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=36.80%
G=27.92%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012916300.240.040.33310.2419.4358.63
HexAA81A3018421136133b
Octal2522012430304414662373
Binary10101010100000011010001101100010010000110011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81A3; }

 p { color: rgb(170,129,163); }

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

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

 a { background-color: rgb(170,129,163); }

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

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

 span { border-color: rgb(170,129,163); }

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