#A3859A

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

Shades of Bouquet #A3859A

Tints of Bouquet #A3859A

Color information

#A3859A (or 0xA3859A) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 9A. RGB value is (163,133,154). Sum of RGB (Red+Green+Blue) = 163+133+154=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859A is #5C7A65. Grayscale: #909090. Windows color (decimal): -6060646 or 10126755. OLE color: 10126755.

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

Color convert

RGB163133154-
CMYK00.180.060.36
HSL318º14.02%58.04%-
HSV(B)318º18.4%63.92%-
XYZ29.3226.8934.22-
YUV144.36133.44141.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=36.22%
G=29.56%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313315400.180.060.3631814.0258.04
HexA3859A01262413ee3a
Octal2432052320226444761672
Binary1010001110000101100110100100101101001001001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3859A; }

 p { color: rgb(163,133,154); }

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

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

 a { background-color: rgb(163,133,154); }

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

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

 span { border-color: rgb(163,133,154); }

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