#A5759F

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

Shades of Bouquet #A5759F

Tints of Bouquet #A5759F

Color information

#A5759F (or 0xA5759F) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 9F. RGB value is (165,117,159). Sum of RGB (Red+Green+Blue) = 165+117+159=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759F is #5A8A60. Grayscale: #888888. Windows color (decimal): -5933665 or 10450341. OLE color: 10450341.

HSL color Cylindrical-coordinate representation of color #A5759F: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5759F is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165117159-
CMYK00.290.040.35
HSL307.5º21.05%55.29%-
HSV(B)307.5º29.09%64.71%-
XYZ28.1423.2335.8-
YUV136.14140.9148.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=37.41%
G=26.53%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511715900.290.040.35307.521.0555.29
HexA5759F01D4231341537
Octal2451652370354434642567
Binary1010010111101011001111101110110010001110011010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5759F; }

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

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

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

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

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

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

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

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