#A27597

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

Shades of Bouquet #A27597

Tints of Bouquet #A27597

Color information

#A27597 (or 0xA27597) is unknown color: approx Bouquet. HEX triplet: A2, 75 and 97. RGB value is (162,117,151). Sum of RGB (Red+Green+Blue) = 162+117+151=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A27597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27597 is #5D8A68. Grayscale: #868686. Windows color (decimal): -6130281 or 9926050. OLE color: 9926050.

HSL color Cylindrical-coordinate representation of color #A27597: hue angle of 314.67º 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 #A27597 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB162117151-
CMYK00.280.070.36
HSL314.67º19.48%54.71%-
HSV(B)314.67º27.78%63.53%-
XYZ26.8522.6432.23-
YUV134.33137.41147.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=37.67%
G=27.21%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211715100.280.070.36314.6719.4854.71
HexA2759701C72413b1337
Octal2421652270347444732367
Binary1010001011101011001011101110011110010010011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27597; }

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

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

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

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

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

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

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

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