#A2859B

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

Shades of Bouquet #A2859B

Tints of Bouquet #A2859B

Color information

#A2859B (or 0xA2859B) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 9B. RGB value is (162,133,155). Sum of RGB (Red+Green+Blue) = 162+133+155=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859B is #5D7A64. Grayscale: #909090. Windows color (decimal): -6126181 or 10192290. OLE color: 10192290.

HSL color Cylindrical-coordinate representation of color #A2859B: hue angle of 314.48º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2859B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162133155-
CMYK00.180.040.36
HSL314.48º13.49%57.84%-
HSV(B)314.48º17.9%63.53%-
XYZ29.226.8234.65-
YUV144.18134.11140.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=36%
G=29.56%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213315500.180.040.36314.4813.4957.84
HexA2859B01242413ad3a
Octal2422052330224444721572
Binary1010001010000101100110110100101001001001001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2859B; }

 p { color: rgb(162,133,155); }

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

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

 a { background-color: rgb(162,133,155); }

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

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

 span { border-color: rgb(162,133,155); }

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