#A67C9D

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

Shades of Bouquet #A67C9D

Tints of Bouquet #A67C9D

Color information

#A67C9D (or 0xA67C9D) is unknown color: approx Bouquet. HEX triplet: A6, 7C and 9D. RGB value is (166,124,157). Sum of RGB (Red+Green+Blue) = 166+124+157=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C9D is #598362. Grayscale: #8C8C8C. Windows color (decimal): -5866339 or 10321062. OLE color: 10321062.

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

Color convert

RGB166124157-
CMYK00.250.050.35
HSL312.86º19.09%56.86%-
HSV(B)312.86º25.3%65.1%-
XYZ29.0224.9635.19-
YUV140.32137.41146.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=37.14%
G=27.74%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612415700.250.050.35312.8619.0956.86
HexA67C9D0195231391339
Octal2461742350315434712371
Binary1010011011111001001110101100110110001110011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C9D; }

 p { color: rgb(166,124,157); }

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

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

 a { background-color: rgb(166,124,157); }

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

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

 span { border-color: rgb(166,124,157); }

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