#A2859C

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

Shades of Bouquet #A2859C

Tints of Bouquet #A2859C

Color information

#A2859C (or 0xA2859C) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 9C. RGB value is (162,133,156). Sum of RGB (Red+Green+Blue) = 162+133+156=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859C is #5D7A63. Grayscale: #909090. Windows color (decimal): -6126180 or 10257826. OLE color: 10257826.

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

Color convert

RGB162133156-
CMYK00.180.040.36
HSL312.41º13.49%57.84%-
HSV(B)312.41º17.9%63.53%-
XYZ29.2926.8635.09-
YUV144.29134.61140.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=35.92%
G=29.49%
B=34.59%

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
Decimal16213315600.180.040.36312.4113.4957.84
HexA2859C012424138d3a
Octal2422052340224444701572
Binary1010001010000101100111000100101001001001001110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2859C; }

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

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

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

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

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

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

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

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