#A4799E

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

Shades of Bouquet #A4799E

Tints of Bouquet #A4799E

Color information

#A4799E (or 0xA4799E) is unknown color: approx Bouquet. HEX triplet: A4, 79 and 9E. RGB value is (164,121,158). Sum of RGB (Red+Green+Blue) = 164+121+158=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A4799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4799E is #5B8661. Grayscale: #898989. Windows color (decimal): -5998178 or 10385828. OLE color: 10385828.

HSL color Cylindrical-coordinate representation of color #A4799E: hue angle of 308.37º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4799E is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164121158-
CMYK00.260.040.36
HSL308.37º19.11%55.88%-
HSV(B)308.37º26.22%64.31%-
XYZ28.3224.0435.49-
YUV138.07139.25146.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=37.02%
G=27.31%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412115800.260.040.36308.3719.1155.88
HexA4799E01A4241341338
Octal2441712360324444642370
Binary1010010011110011001111001101010010010010011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4799E; }

 p { color: rgb(164,121,158); }

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

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

 a { background-color: rgb(164,121,158); }

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

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

 span { border-color: rgb(164,121,158); }

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