#A67594

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

Shades of Bouquet #A67594

Tints of Bouquet #A67594

Color information

#A67594 (or 0xA67594) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 94. RGB value is (166,117,148). Sum of RGB (Red+Green+Blue) = 166+117+148=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67594 is #598A6B. Grayscale: #878787. Windows color (decimal): -5868140 or 9729446. OLE color: 9729446.

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

Color convert

RGB166117148-
CMYK00.300.110.35
HSL322.04º21.59%55.49%-
HSV(B)322.04º29.52%65.1%-
XYZ27.4322.9731-
YUV135.18135.23149.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=38.52%
G=27.15%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611714800.300.110.35322.0421.5955.49
HexA6759401EB231421637
Octal24616522403613435022667
Binary10100110111010110010100011110101110001110100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67594; }

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

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

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

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

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

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

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

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