#A5799A

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

Shades of Bouquet #A5799A

Tints of Bouquet #A5799A

Color information

#A5799A (or 0xA5799A) is unknown color: approx Bouquet. HEX triplet: A5, 79 and 9A. RGB value is (165,121,154). Sum of RGB (Red+Green+Blue) = 165+121+154=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5799A is #5A8665. Grayscale: #898989. Windows color (decimal): -5932646 or 10123685. OLE color: 10123685.

HSL color Cylindrical-coordinate representation of color #A5799A: hue angle of 315º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5799A is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165121154-
CMYK00.270.070.35
HSL315º19.64%56.08%-
HSV(B)315º26.67%64.71%-
XYZ28.1924.0133.72-
YUV137.92137.08147.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 154 (60.55% from 255) = 35%
R=37.5%
G=27.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512115400.270.070.3531519.6456.08
HexA5799A01B72313b1438
Octal2451712320337434732470
Binary1010010111110011001101001101111110001110011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5799A; }

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

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

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

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

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

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

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

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