#A27399

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

Shades of Bouquet #A27399

Tints of Bouquet #A27399

Color information

#A27399 (or 0xA27399) is unknown color: approx Bouquet. HEX triplet: A2, 73 and 99. RGB value is (162,115,153). Sum of RGB (Red+Green+Blue) = 162+115+153=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A27399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27399 is #5D8C66. Grayscale: #858585. Windows color (decimal): -6130791 or 10056610. OLE color: 10056610.

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

Color convert

RGB162115153-
CMYK00.290.060.36
HSL311.49º20.17%54.31%-
HSV(B)311.49º29.01%63.53%-
XYZ26.7822.2433.02-
YUV133.38139.07148.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=37.67%
G=26.74%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211515300.290.060.36311.4920.1754.31
HexA2739901D6241371436
Octal2421632310356444672466
Binary1010001011100111001100101110111010010010011011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27399; }

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

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

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

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

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

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

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

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