#A57CA1

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

Shades of Bouquet #A57CA1

Tints of Bouquet #A57CA1

Color information

#A57CA1 (or 0xA57CA1) is unknown color: approx Bouquet. HEX triplet: A5, 7C and A1. RGB value is (165,124,161). Sum of RGB (Red+Green+Blue) = 165+124+161=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A57CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CA1 is #5A835E. Grayscale: #8C8C8C. Windows color (decimal): -5931871 or 10583205. OLE color: 10583205.

HSL color Cylindrical-coordinate representation of color #A57CA1: hue angle of 305.85º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A57CA1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165124161-
CMYK00.250.020.35
HSL305.85º18.55%56.67%-
HSV(B)305.85º24.85%64.71%-
XYZ29.1624.9937-
YUV140.48139.58145.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=36.67%
G=27.56%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512416100.250.020.35305.8518.5556.67
HexA57CA10192231321339
Octal2451742410312434622371
Binary101001011111100101000010110011010001110011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CA1; }

 p { color: rgb(165,124,161); }

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

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

 a { background-color: rgb(165,124,161); }

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

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

 span { border-color: rgb(165,124,161); }

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