#A5799F

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

Shades of Bouquet #A5799F

Tints of Bouquet #A5799F

Color information

#A5799F (or 0xA5799F) is unknown color: approx Bouquet. HEX triplet: A5, 79 and 9F. RGB value is (165,121,159). Sum of RGB (Red+Green+Blue) = 165+121+159=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A5799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5799F is #5A8660. Grayscale: #8A8A8A. Windows color (decimal): -5932641 or 10451365. OLE color: 10451365.

HSL color Cylindrical-coordinate representation of color #A5799F: hue angle of 308.18º 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 #A5799F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165121159-
CMYK00.270.040.35
HSL308.18º19.64%56.08%-
HSV(B)308.18º26.67%64.71%-
XYZ28.6124.1835.96-
YUV138.49139.58146.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=37.08%
G=27.19%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512115900.270.040.35308.1819.6456.08
HexA5799F01B4231341438
Octal2451712370334434642470
Binary1010010111110011001111101101110010001110011010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5799F; }

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

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

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

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

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

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

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

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