#A3829C

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

Shades of Bouquet #A3829C

Tints of Bouquet #A3829C

Color information

#A3829C (or 0xA3829C) is unknown color: approx Bouquet. HEX triplet: A3, 82 and 9C. RGB value is (163,130,156). Sum of RGB (Red+Green+Blue) = 163+130+156=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3829C is #5C7D63. Grayscale: #8E8E8E. Windows color (decimal): -6061412 or 10257059. OLE color: 10257059.

HSL color Cylindrical-coordinate representation of color #A3829C: hue angle of 312.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3829C is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163130156-
CMYK00.200.040.36
HSL312.73º15.21%57.45%-
HSV(B)312.73º20.25%63.92%-
XYZ29.0926.1534.97-
YUV142.83135.43142.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=36.30%
G=28.95%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313015600.200.040.36312.7315.2157.45
HexA3829C014424139f39
Octal2432022340244444711771
Binary1010001110000010100111000101001001001001001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3829C; }

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

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

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

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

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

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

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

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