#A57594

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

Shades of Bouquet #A57594

Tints of Bouquet #A57594

Color information

#A57594 (or 0xA57594) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 94. RGB value is (165,117,148). Sum of RGB (Red+Green+Blue) = 165+117+148=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57594 is #5A8A6B. Grayscale: #868686. Windows color (decimal): -5933676 or 9729445. OLE color: 9729445.

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

Color convert

RGB165117148-
CMYK00.290.100.35
HSL321.25º21.05%55.29%-
HSV(B)321.25º29.09%64.71%-
XYZ27.2222.8630.99-
YUV134.89135.4149.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=38.37%
G=27.21%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714800.290.100.35321.2521.0555.29
HexA5759401DA231411537
Octal24516522403512435012567
Binary10100101111010110010100011101101010001110100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57594; }

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

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

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

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

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

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

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

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