#A97CA1

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

Shades of Bouquet #A97CA1

Tints of Bouquet #A97CA1

Color information

#A97CA1 (or 0xA97CA1) is unknown color: approx Bouquet. HEX triplet: A9, 7C and A1. RGB value is (169,124,161). Sum of RGB (Red+Green+Blue) = 169+124+161=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A97CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CA1 is #56835E. Grayscale: #8D8D8D. Windows color (decimal): -5669727 or 10583209. OLE color: 10583209.

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

Color convert

RGB169124161-
CMYK00.270.050.34
HSL310.67º20.74%57.45%-
HSV(B)310.67º26.63%66.27%-
XYZ3025.4237.04-
YUV141.67138.91147.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=37.22%
G=27.31%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912416100.270.050.34310.6720.7457.45
HexA97CA101B5221371539
Octal2511742410335424672571
Binary1010100111111001010000101101110110001010011011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CA1; }

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

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

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

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

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

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

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

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