#A27599

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

Shades of Bouquet #A27599

Tints of Bouquet #A27599

Color information

#A27599 (or 0xA27599) is unknown color: approx Bouquet. HEX triplet: A2, 75 and 99. RGB value is (162,117,153). Sum of RGB (Red+Green+Blue) = 162+117+153=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27599 is #5D8A66. Grayscale: #868686. Windows color (decimal): -6130279 or 10057122. OLE color: 10057122.

HSL color Cylindrical-coordinate representation of color #A27599: hue angle of 312º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27599 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162117153-
CMYK00.280.060.36
HSL312º19.48%54.71%-
HSV(B)312º27.78%63.53%-
XYZ27.0122.733.1-
YUV134.56138.41147.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=37.5%
G=27.08%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211715300.280.060.3631219.4854.71
HexA2759901C6241381337
Octal2421652310346444702367
Binary1010001011101011001100101110011010010010011100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27599; }

 p { color: rgb(162,117,153); }

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

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

 a { background-color: rgb(162,117,153); }

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

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

 span { border-color: rgb(162,117,153); }

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