#A3819E

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

Shades of Bouquet #A3819E

Tints of Bouquet #A3819E

Color information

#A3819E (or 0xA3819E) is unknown color: approx Bouquet. HEX triplet: A3, 81 and 9E. RGB value is (163,129,158). Sum of RGB (Red+Green+Blue) = 163+129+158=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 163 - color contains mainly: red. Hex color #A3819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3819E is #5C7E61. Grayscale: #8E8E8E. Windows color (decimal): -6061666 or 10387875. OLE color: 10387875.

HSL color Cylindrical-coordinate representation of color #A3819E: hue angle of 308.82º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3819E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB163129158-
CMYK00.210.030.36
HSL308.82º15.6%57.25%-
HSV(B)308.82º20.86%63.92%-
XYZ29.1325.9635.82-
YUV142.47136.76142.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=36.22%
G=28.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312915800.210.030.36308.8215.657.25
HexA3819E0153241351039
Octal2432012360253444652071
Binary1010001110000001100111100101011110010010011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3819E; }

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

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

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

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

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

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

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

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