#A57AA2

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

Shades of Bouquet #A57AA2

Tints of Bouquet #A57AA2

Color information

#A57AA2 (or 0xA57AA2) is unknown color: approx Bouquet. HEX triplet: A5, 7A and A2. RGB value is (165,122,162). Sum of RGB (Red+Green+Blue) = 165+122+162=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A57AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA2 is #5A855D. Grayscale: #8B8B8B. Windows color (decimal): -5932382 or 10648229. OLE color: 10648229.

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

Color convert

RGB165122162-
CMYK00.260.020.35
HSL304.19º19.28%56.27%-
HSV(B)304.19º26.06%64.71%-
XYZ2924.5337.39-
YUV139.42140.75146.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=36.75%
G=27.17%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512216200.260.020.35304.1919.2856.27
HexA57AA201A2231301338
Octal2451722420322434602370
Binary101001011111010101000100110101010001110011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AA2; }

 p { color: rgb(165,122,162); }

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

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

 a { background-color: rgb(165,122,162); }

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

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

 span { border-color: rgb(165,122,162); }

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