#A4799A

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

Shades of Bouquet #A4799A

Tints of Bouquet #A4799A

Color information

#A4799A (or 0xA4799A) is unknown color: approx Bouquet. HEX triplet: A4, 79 and 9A. RGB value is (164,121,154). Sum of RGB (Red+Green+Blue) = 164+121+154=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4799A is #5B8665. Grayscale: #898989. Windows color (decimal): -5998182 or 10123684. OLE color: 10123684.

HSL color Cylindrical-coordinate representation of color #A4799A: hue angle of 313.95º 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 #A4799A is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164121154-
CMYK00.260.060.36
HSL313.95º19.11%55.88%-
HSV(B)313.95º26.22%64.31%-
XYZ27.9823.933.71-
YUV137.62137.25146.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=37.36%
G=27.56%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412115400.260.060.36313.9519.1155.88
HexA4799A01A62413a1338
Octal2441712320326444722370
Binary1010010011110011001101001101011010010010011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4799A; }

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

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

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

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

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

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

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

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