#A67194

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

Shades of Bouquet #A67194

Tints of Bouquet #A67194

Color information

#A67194 (or 0xA67194) is unknown color: approx Bouquet. HEX triplet: A6, 71 and 94. RGB value is (166,113,148). Sum of RGB (Red+Green+Blue) = 166+113+148=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67194 is #598E6B. Grayscale: #848484. Windows color (decimal): -5869164 or 9728422. OLE color: 9728422.

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

Color convert

RGB166113148-
CMYK00.320.110.35
HSL320.38º22.94%54.71%-
HSV(B)320.38º31.93%65.1%-
XYZ26.9822.0630.85-
YUV132.84136.56151.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=38.88%
G=26.46%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611314800.320.110.35320.3822.9454.71
HexA67194020B231401737
Octal24616122404013435002767
Binary101001101110001100101000100000101110001110100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67194; }

 p { color: rgb(166,113,148); }

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

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

 a { background-color: rgb(166,113,148); }

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

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

 span { border-color: rgb(166,113,148); }

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