#A67E9A

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

Shades of Bouquet #A67E9A

Tints of Bouquet #A67E9A

Color information

#A67E9A (or 0xA67E9A) is unknown color: approx Bouquet. HEX triplet: A6, 7E and 9A. RGB value is (166,126,154). Sum of RGB (Red+Green+Blue) = 166+126+154=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E9A is #598165. Grayscale: #8D8D8D. Windows color (decimal): -5865830 or 10124966. OLE color: 10124966.

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

Color convert

RGB166126154-
CMYK00.240.070.35
HSL318º18.35%57.25%-
HSV(B)318º24.1%65.1%-
XYZ29.0225.3633.94-
YUV141.15135.25145.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=37.22%
G=28.25%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612615400.240.070.3531818.3557.25
HexA67E9A01872313e1239
Octal2461762320307434762271
Binary1010011011111101001101001100011110001110011111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E9A; }

 p { color: rgb(166,126,154); }

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

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

 a { background-color: rgb(166,126,154); }

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

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

 span { border-color: rgb(166,126,154); }

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