#A67E9D

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

Shades of Bouquet #A67E9D

Tints of Bouquet #A67E9D

Color information

#A67E9D (or 0xA67E9D) is unknown color: approx Bouquet. HEX triplet: A6, 7E and 9D. RGB value is (166,126,157). Sum of RGB (Red+Green+Blue) = 166+126+157=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E9D is #598162. Grayscale: #8D8D8D. Windows color (decimal): -5865827 or 10321574. OLE color: 10321574.

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

Color convert

RGB166126157-
CMYK00.240.050.35
HSL313.5º18.35%57.25%-
HSV(B)313.5º24.1%65.1%-
XYZ29.2725.4635.27-
YUV141.49136.75145.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=36.97%
G=28.06%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612615700.240.050.35313.518.3557.25
HexA67E9D01852313a1239
Octal2461762350305434722271
Binary1010011011111101001110101100010110001110011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E9D; }

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

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

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

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

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

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

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

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