#A3849A

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

Shades of Bouquet #A3849A

Tints of Bouquet #A3849A

Color information

#A3849A (or 0xA3849A) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 9A. RGB value is (163,132,154). Sum of RGB (Red+Green+Blue) = 163+132+154=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3849A is #5C7B65. Grayscale: #8F8F8F. Windows color (decimal): -6060902 or 10126499. OLE color: 10126499.

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

Color convert

RGB163132154-
CMYK00.190.060.36
HSL317.42º14.42%57.84%-
HSV(B)317.42º19.02%63.92%-
XYZ29.1926.6234.17-
YUV143.78133.77141.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=36.30%
G=29.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313215400.190.060.36317.4214.4257.84
HexA3849A01362413de3a
Octal2432042320236444751672
Binary1010001110000100100110100100111101001001001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3849A; }

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

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

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

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

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

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

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

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