#A97CA4

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

Shades of Bouquet #A97CA4

Tints of Bouquet #A97CA4

Color information

#A97CA4 (or 0xA97CA4) is unknown color: approx Bouquet. HEX triplet: A9, 7C and A4. RGB value is (169,124,164). Sum of RGB (Red+Green+Blue) = 169+124+164=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A97CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97CA4 is #56835B. Grayscale: #8D8D8D. Windows color (decimal): -5669724 or 10779817. OLE color: 10779817.

HSL color Cylindrical-coordinate representation of color #A97CA4: hue angle of 306.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 #A97CA4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169124164-
CMYK00.270.030.34
HSL306.67º20.74%57.45%-
HSV(B)306.67º26.63%66.27%-
XYZ30.2725.5338.45-
YUV142.01140.41147.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=36.98%
G=27.13%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912416400.270.030.34306.6720.7457.45
HexA97CA401B3221331539
Octal2511742440333424632571
Binary101010011111100101001000110111110001010011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CA4; }

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

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

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

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

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

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

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

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