#A57BA2

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

Shades of Bouquet #A57BA2

Tints of Bouquet #A57BA2

Color information

#A57BA2 (or 0xA57BA2) is unknown color: approx Bouquet. HEX triplet: A5, 7B and A2. RGB value is (165,123,162). Sum of RGB (Red+Green+Blue) = 165+123+162=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A57BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BA2 is #5A845D. Grayscale: #8B8B8B. Windows color (decimal): -5932126 or 10648485. OLE color: 10648485.

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

Color convert

RGB165123162-
CMYK00.250.020.35
HSL304.29º18.92%56.47%-
HSV(B)304.29º25.45%64.71%-
XYZ29.1224.7737.43-
YUV140140.41145.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 162 (63.67% from 255) = 36%
R=36.67%
G=27.33%
B=36%

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
Decimal16512316200.250.020.35304.2918.9256.47
HexA57BA20192231301338
Octal2451732420312434602370
Binary101001011111011101000100110011010001110011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BA2; }

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

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

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

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

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

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

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

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