#A67BA0

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

Shades of Bouquet #A67BA0

Tints of Bouquet #A67BA0

Color information

#A67BA0 (or 0xA67BA0) is unknown color: approx Bouquet. HEX triplet: A6, 7B and A0. RGB value is (166,123,160). Sum of RGB (Red+Green+Blue) = 166+123+160=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A67BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BA0 is #59845F. Grayscale: #8B8B8B. Windows color (decimal): -5866592 or 10517414. OLE color: 10517414.

HSL color Cylindrical-coordinate representation of color #A67BA0: hue angle of 308.37º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166123160-
CMYK00.260.040.35
HSL308.37º19.46%56.67%-
HSV(B)308.37º25.9%65.1%-
XYZ29.1524.8136.51-
YUV140.07139.25146.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=36.97%
G=27.39%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612316000.260.040.35308.3719.4656.67
HexA67BA001A4231341339
Octal2461732400324434642371
Binary1010011011110111010000001101010010001110011010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BA0; }

 p { color: rgb(166,123,160); }

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

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

 a { background-color: rgb(166,123,160); }

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

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

 span { border-color: rgb(166,123,160); }

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