#A57693

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

Shades of Bouquet #A57693

Tints of Bouquet #A57693

Color information

#A57693 (or 0xA57693) is unknown color: approx Bouquet. HEX triplet: A5, 76 and 93. RGB value is (165,118,147). Sum of RGB (Red+Green+Blue) = 165+118+147=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57693 is #5A896C. Grayscale: #878787. Windows color (decimal): -5933421 or 9664165. OLE color: 9664165.

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

Color convert

RGB165118147-
CMYK00.280.110.35
HSL322.98º20.7%55.49%-
HSV(B)322.98º28.48%64.71%-
XYZ27.2623.0630.62-
YUV135.36134.57149.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=38.37%
G=27.44%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511814700.280.110.35322.9820.755.49
HexA5769301CB231431537
Octal24516622303413435032567
Binary10100101111011010010011011100101110001110100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57693; }

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

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

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

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

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

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

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

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