#A67F93

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

Shades of Bouquet #A67F93

Tints of Bouquet #A67F93

Color information

#A67F93 (or 0xA67F93) is unknown color: approx Bouquet. HEX triplet: A6, 7F and 93. RGB value is (166,127,147). Sum of RGB (Red+Green+Blue) = 166+127+147=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F93 is #59806C. Grayscale: #8C8C8C. Windows color (decimal): -5865581 or 9666470. OLE color: 9666470.

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

Color convert

RGB166127147-
CMYK00.230.110.35
HSL329.23º17.97%57.45%-
HSV(B)329.23º23.49%65.1%-
XYZ28.5825.3931-
YUV140.94131.42145.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=37.73%
G=28.86%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612714700.230.110.35329.2317.9757.45
HexA67F93017B231491239
Octal24617722302713435112271
Binary10100110111111110010011010111101110001110100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F93; }

 p { color: rgb(166,127,147); }

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

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

 a { background-color: rgb(166,127,147); }

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

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

 span { border-color: rgb(166,127,147); }

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