#A17399

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

Shades of Bouquet #A17399

Tints of Bouquet #A17399

Color information

#A17399 (or 0xA17399) is unknown color: approx Bouquet. HEX triplet: A1, 73 and 99. RGB value is (161,115,153). Sum of RGB (Red+Green+Blue) = 161+115+153=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A17399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17399 is #5E8C66. Grayscale: #848484. Windows color (decimal): -6196327 or 10056609. OLE color: 10056609.

HSL color Cylindrical-coordinate representation of color #A17399: hue angle of 310.43º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17399 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161115153-
CMYK00.290.050.37
HSL310.43º19.66%54.12%-
HSV(B)310.43º28.57%63.14%-
XYZ26.5822.1433.01-
YUV133.09139.24147.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=37.53%
G=26.81%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111515300.290.050.37310.4319.6654.12
HexA1739901D5251361436
Octal2411632310355454662466
Binary1010000111100111001100101110110110010110011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17399; }

 p { color: rgb(161,115,153); }

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

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

 a { background-color: rgb(161,115,153); }

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

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

 span { border-color: rgb(161,115,153); }

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