#A37299

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

Shades of Bouquet #A37299

Tints of Bouquet #A37299

Color information

#A37299 (or 0xA37299) is unknown color: approx Bouquet. HEX triplet: A3, 72 and 99. RGB value is (163,114,153). Sum of RGB (Red+Green+Blue) = 163+114+153=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A37299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37299 is #5C8D66. Grayscale: #848484. Windows color (decimal): -6065511 or 10056355. OLE color: 10056355.

HSL color Cylindrical-coordinate representation of color #A37299: hue angle of 312.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37299 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163114153-
CMYK00.300.060.36
HSL312.24º21.03%54.31%-
HSV(B)312.24º30.06%63.92%-
XYZ26.8722.1232.99-
YUV133.1139.23149.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=37.91%
G=26.51%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311415300.300.060.36312.2421.0354.31
HexA3729901E6241381536
Octal2431622310366444702566
Binary1010001111100101001100101111011010010010011100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37299; }

 p { color: rgb(163,114,153); }

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

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

 a { background-color: rgb(163,114,153); }

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

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

 span { border-color: rgb(163,114,153); }

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