#A3819C

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

Shades of Bouquet #A3819C

Tints of Bouquet #A3819C

Color information

#A3819C (or 0xA3819C) is unknown color: approx Bouquet. HEX triplet: A3, 81 and 9C. RGB value is (163,129,156). Sum of RGB (Red+Green+Blue) = 163+129+156=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3819C is #5C7E63. Grayscale: #8E8E8E. Windows color (decimal): -6061668 or 10256803. OLE color: 10256803.

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

Color convert

RGB163129156-
CMYK00.210.040.36
HSL312.35º15.6%57.25%-
HSV(B)312.35º20.86%63.92%-
XYZ28.9625.8934.92-
YUV142.24135.76142.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=36.38%
G=28.79%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312915600.210.040.36312.3515.657.25
HexA3819C0154241381039
Octal2432012340254444702071
Binary10100011100000011001110001010110010010010011100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3819C; }

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

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

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

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

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

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

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

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