#A3849C

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

Shades of Bouquet #A3849C

Tints of Bouquet #A3849C

Color information

#A3849C (or 0xA3849C) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 9C. RGB value is (163,132,156). Sum of RGB (Red+Green+Blue) = 163+132+156=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3849C is #5C7B63. Grayscale: #8F8F8F. Windows color (decimal): -6060900 or 10257571. OLE color: 10257571.

HSL color Cylindrical-coordinate representation of color #A3849C: hue angle of 313.55º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3849C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163132156-
CMYK00.190.040.36
HSL313.55º14.42%57.84%-
HSV(B)313.55º19.02%63.92%-
XYZ29.3626.6935.06-
YUV144134.77141.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=36.14%
G=29.27%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313215600.190.040.36313.5514.4257.84
HexA3849C01342413ae3a
Octal2432042340234444721672
Binary1010001110000100100111000100111001001001001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3849C; }

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

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

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

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

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

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

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

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