#A3859C

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

Shades of Bouquet #A3859C

Tints of Bouquet #A3859C

Color information

#A3859C (or 0xA3859C) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 9C. RGB value is (163,133,156). Sum of RGB (Red+Green+Blue) = 163+133+156=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859C is #5C7A63. Grayscale: #909090. Windows color (decimal): -6060644 or 10257827. OLE color: 10257827.

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

Color convert

RGB163133156-
CMYK00.180.040.36
HSL314º14.02%58.04%-
HSV(B)314º18.4%63.92%-
XYZ29.4926.9635.1-
YUV144.59134.44141.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=36.06%
G=29.42%
B=34.51%

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
Decimal16313315600.180.040.3631414.0258.04
HexA3859C01242413ae3a
Octal2432052340224444721672
Binary1010001110000101100111000100101001001001001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3859C; }

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

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

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

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

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

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

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

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