#A3849E

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

Shades of Bouquet #A3849E

Tints of Bouquet #A3849E

Color information

#A3849E (or 0xA3849E) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 9E. RGB value is (163,132,158). Sum of RGB (Red+Green+Blue) = 163+132+158=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3849E is #5C7B61. Grayscale: #909090. Windows color (decimal): -6060898 or 10388643. OLE color: 10388643.

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

Color convert

RGB163132158-
CMYK00.190.030.36
HSL309.68º14.42%57.84%-
HSV(B)309.68º19.02%63.92%-
XYZ29.5326.7635.96-
YUV144.23135.77141.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=35.98%
G=29.14%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313215800.190.030.36309.6814.4257.84
HexA3849E013324136e3a
Octal2432042360233444661672
Binary101000111000010010011110010011111001001001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3849E; }

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

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

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

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

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

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

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

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