#A2859E

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

Shades of Bouquet #A2859E

Tints of Bouquet #A2859E

Color information

#A2859E (or 0xA2859E) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 9E. RGB value is (162,133,158). Sum of RGB (Red+Green+Blue) = 162+133+158=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859E is #5D7A61. Grayscale: #909090. Windows color (decimal): -6126178 or 10388898. OLE color: 10388898.

HSL color Cylindrical-coordinate representation of color #A2859E: hue angle of 308.28º 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 #A2859E is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162133158-
CMYK00.180.020.36
HSL308.28º13.49%57.84%-
HSV(B)308.28º17.9%63.53%-
XYZ29.4626.9335.99-
YUV144.52135.61140.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=35.76%
G=29.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213315800.180.020.36308.2813.4957.84
HexA2859E012224134d3a
Octal2422052360222444641572
Binary101000101000010110011110010010101001001001101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2859E; }

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

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

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

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

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

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

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

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