#A4829F

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

Shades of Bouquet #A4829F

Tints of Bouquet #A4829F

Color information

#A4829F (or 0xA4829F) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 9F. RGB value is (164,130,159). Sum of RGB (Red+Green+Blue) = 164+130+159=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829F is #5B7D60. Grayscale: #8F8F8F. Windows color (decimal): -5995873 or 10453668. OLE color: 10453668.

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

Color convert

RGB164130159-
CMYK00.210.030.36
HSL308.82º15.74%57.65%-
HSV(B)308.82º20.73%64.31%-
XYZ29.5526.3636.33-
YUV143.47136.76142.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=36.20%
G=28.70%
B=35.10%

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
Decimal16413015900.210.030.36308.8215.7457.65
HexA4829F015324135103a
Octal2442022370253444652072
Binary1010010010000010100111110101011110010010011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4829F; }

 p { color: rgb(164,130,159); }

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

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

 a { background-color: rgb(164,130,159); }

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

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

 span { border-color: rgb(164,130,159); }

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