#A67C9F

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

Shades of Bouquet #A67C9F

Tints of Bouquet #A67C9F

Color information

#A67C9F (or 0xA67C9F) is unknown color: approx Bouquet. HEX triplet: A6, 7C and 9F. RGB value is (166,124,159). Sum of RGB (Red+Green+Blue) = 166+124+159=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C9F is #598360. Grayscale: #8C8C8C. Windows color (decimal): -5866337 or 10452134. OLE color: 10452134.

HSL color Cylindrical-coordinate representation of color #A67C9F: hue angle of 310º 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 #A67C9F is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166124159-
CMYK00.250.040.35
HSL310º19.09%56.86%-
HSV(B)310º25.3%65.1%-
XYZ29.1925.0336.09-
YUV140.55138.41146.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=36.97%
G=27.62%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612415900.250.040.3531019.0956.86
HexA67C9F0194231361339
Octal2461742370314434662371
Binary1010011011111001001111101100110010001110011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C9F; }

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

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

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

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

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

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

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

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