#A5749C

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

Shades of Bouquet #A5749C

Tints of Bouquet #A5749C

Color information

#A5749C (or 0xA5749C) is unknown color: approx Bouquet. HEX triplet: A5, 74 and 9C. RGB value is (165,116,156). Sum of RGB (Red+Green+Blue) = 165+116+156=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5749C is #5A8B63. Grayscale: #878787. Windows color (decimal): -5933924 or 10253477. OLE color: 10253477.

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

Color convert

RGB165116156-
CMYK00.300.050.35
HSL311.02º21.4%55.1%-
HSV(B)311.02º29.7%64.71%-
XYZ27.7622.8934.41-
YUV135.21139.73149.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=37.76%
G=26.54%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511615600.300.050.35311.0221.455.1
HexA5749C01E5231371537
Octal2451642340365434672567
Binary1010010111101001001110001111010110001110011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5749C; }

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

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

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

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

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

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

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

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