#A67A9E

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

Shades of Bouquet #A67A9E

Tints of Bouquet #A67A9E

Color information

#A67A9E (or 0xA67A9E) is unknown color: approx Bouquet. HEX triplet: A6, 7A and 9E. RGB value is (166,122,158). Sum of RGB (Red+Green+Blue) = 166+122+158=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A9E is #598561. Grayscale: #8B8B8B. Windows color (decimal): -5866850 or 10386086. OLE color: 10386086.

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

Color convert

RGB166122158-
CMYK00.270.050.35
HSL310.91º19.82%56.47%-
HSV(B)310.91º26.51%65.1%-
XYZ28.8624.4935.55-
YUV139.26138.58147.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=37.22%
G=27.35%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612215800.270.050.35310.9119.8256.47
HexA67A9E01B5231371438
Octal2461722360335434672470
Binary1010011011110101001111001101110110001110011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A9E; }

 p { color: rgb(166,122,158); }

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

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

 a { background-color: rgb(166,122,158); }

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

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

 span { border-color: rgb(166,122,158); }

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