#A67197

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

Shades of Bouquet #A67197

Tints of Bouquet #A67197

Color information

#A67197 (or 0xA67197) is unknown color: approx Bouquet. HEX triplet: A6, 71 and 97. RGB value is (166,113,151). Sum of RGB (Red+Green+Blue) = 166+113+151=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67197 is #598E68. Grayscale: #858585. Windows color (decimal): -5869161 or 9925030. OLE color: 9925030.

HSL color Cylindrical-coordinate representation of color #A67197: hue angle of 316.98º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67197 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166113151-
CMYK00.320.090.35
HSL316.98º22.94%54.71%-
HSV(B)316.98º31.93%65.1%-
XYZ27.2222.1532.12-
YUV133.18138.06151.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=38.60%
G=26.28%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611315100.320.090.35316.9822.9454.71
HexA6719702092313d1737
Octal24616122704011434752767
Binary101001101110001100101110100000100110001110011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67197; }

 p { color: rgb(166,113,151); }

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

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

 a { background-color: rgb(166,113,151); }

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

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

 span { border-color: rgb(166,113,151); }

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