#A97AA1

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

Shades of Bouquet #A97AA1

Tints of Bouquet #A97AA1

Color information

#A97AA1 (or 0xA97AA1) is unknown color: approx Bouquet. HEX triplet: A9, 7A and A1. RGB value is (169,122,161). Sum of RGB (Red+Green+Blue) = 169+122+161=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A97AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97AA1 is #56855E. Grayscale: #8C8C8C. Windows color (decimal): -5670239 or 10582697. OLE color: 10582697.

HSL color Cylindrical-coordinate representation of color #A97AA1: hue angle of 310.21º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97AA1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169122161-
CMYK00.280.050.34
HSL310.21º21.46%57.06%-
HSV(B)310.21º27.81%66.27%-
XYZ29.7524.9336.96-
YUV140.5139.57148.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=37.39%
G=26.99%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912216100.280.050.34310.2121.4657.06
HexA97AA101C5221361539
Octal2511722410345424662571
Binary1010100111110101010000101110010110001010011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AA1; }

 p { color: rgb(169,122,161); }

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

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

 a { background-color: rgb(169,122,161); }

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

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

 span { border-color: rgb(169,122,161); }

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