#A5759E

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

Shades of Bouquet #A5759E

Tints of Bouquet #A5759E

Color information

#A5759E (or 0xA5759E) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 9E. RGB value is (165,117,158). Sum of RGB (Red+Green+Blue) = 165+117+158=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759E is #5A8A61. Grayscale: #878787. Windows color (decimal): -5933666 or 10384805. OLE color: 10384805.

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

Color convert

RGB165117158-
CMYK00.290.040.35
HSL308.75º21.05%55.29%-
HSV(B)308.75º29.09%64.71%-
XYZ28.0523.1935.35-
YUV136.03140.4148.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=37.5%
G=26.59%
B=35.91%

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
Decimal16511715800.290.040.35308.7521.0555.29
HexA5759E01D4231351537
Octal2451652360354434652567
Binary1010010111101011001111001110110010001110011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5759E; }

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

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

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

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

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

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

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

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