#A57593

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

Shades of Bouquet #A57593

Tints of Bouquet #A57593

Color information

#A57593 (or 0xA57593) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 93. RGB value is (165,117,147). Sum of RGB (Red+Green+Blue) = 165+117+147=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57593 is #5A8A6C. Grayscale: #868686. Windows color (decimal): -5933677 or 9663909. OLE color: 9663909.

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

Color convert

RGB165117147-
CMYK00.290.110.35
HSL322.5º21.05%55.29%-
HSV(B)322.5º29.09%64.71%-
XYZ27.1422.8330.58-
YUV134.77134.9149.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=38.46%
G=27.27%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714700.290.110.35322.521.0555.29
HexA5759301DB231421537
Octal24516522303513435022567
Binary10100101111010110010011011101101110001110100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57593; }

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

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

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

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

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

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

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

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