#A3859F

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

Shades of Bouquet #A3859F

Tints of Bouquet #A3859F

Color information

#A3859F (or 0xA3859F) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 9F. RGB value is (163,133,159). Sum of RGB (Red+Green+Blue) = 163+133+159=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A3859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3859F is #5C7A60. Grayscale: #909090. Windows color (decimal): -6060641 or 10454435. OLE color: 10454435.

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

Color convert

RGB163133159-
CMYK00.180.020.36
HSL308º14.02%58.04%-
HSV(B)308º18.4%63.92%-
XYZ29.7527.0636.46-
YUV144.93135.94140.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=35.82%
G=29.23%
B=34.95%

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
Decimal16313315900.180.020.3630814.0258.04
HexA3859F012224134e3a
Octal2432052370222444641672
Binary101000111000010110011111010010101001001001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3859F; }

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

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

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

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

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

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

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

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