#A5759C

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

Shades of Bouquet #A5759C

Tints of Bouquet #A5759C

Color information

#A5759C (or 0xA5759C) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 9C. RGB value is (165,117,156). Sum of RGB (Red+Green+Blue) = 165+117+156=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5759C is #5A8A63. Grayscale: #878787. Windows color (decimal): -5933668 or 10253733. OLE color: 10253733.

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

Color convert

RGB165117156-
CMYK00.290.050.35
HSL311.25º21.05%55.29%-
HSV(B)311.25º29.09%64.71%-
XYZ27.8823.1234.45-
YUV135.8139.4148.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=37.67%
G=26.71%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511715600.290.050.35311.2521.0555.29
HexA5759C01D5231371537
Octal2451652340355434672567
Binary1010010111101011001110001110110110001110011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5759C; }

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

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

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

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

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

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

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

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