#A7829F

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

Shades of Bouquet #A7829F

Tints of Bouquet #A7829F

Color information

#A7829F (or 0xA7829F) is unknown color: approx Bouquet. HEX triplet: A7, 82 and 9F. RGB value is (167,130,159). Sum of RGB (Red+Green+Blue) = 167+130+159=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A7829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7829F is #587D60. Grayscale: #909090. Windows color (decimal): -5799265 or 10453671. OLE color: 10453671.

HSL color Cylindrical-coordinate representation of color #A7829F: hue angle of 312.97º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7829F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167130159-
CMYK00.220.050.35
HSL312.97º17.37%58.24%-
HSV(B)312.97º22.16%65.49%-
XYZ30.1826.6836.36-
YUV144.37136.26144.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=36.62%
G=28.51%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713015900.220.050.35312.9717.3758.24
HexA7829F016523139113a
Octal2472022370265434712172
Binary10100111100000101001111101011010110001110011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7829F; }

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

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

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

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

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

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

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

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