#A3859D

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

Shades of Bouquet #A3859D

Tints of Bouquet #A3859D

Color information

#A3859D (or 0xA3859D) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 9D. RGB value is (163,133,157). Sum of RGB (Red+Green+Blue) = 163+133+157=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859D is #5C7A62. Grayscale: #909090. Windows color (decimal): -6060643 or 10323363. OLE color: 10323363.

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

Color convert

RGB163133157-
CMYK00.180.040.36
HSL312º14.02%58.04%-
HSV(B)312º18.4%63.92%-
XYZ29.582735.55-
YUV144.71134.94141.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=35.98%
G=29.36%
B=34.66%

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
Decimal16313315700.180.040.3631214.0258.04
HexA3859D012424138e3a
Octal2432052350224444701672
Binary1010001110000101100111010100101001001001001110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3859D; }

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

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

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

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

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

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

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

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