#A8829B

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

Shades of Bouquet #A8829B

Tints of Bouquet #A8829B

Color information

#A8829B (or 0xA8829B) is unknown color: approx Bouquet. HEX triplet: A8, 82 and 9B. RGB value is (168,130,155). Sum of RGB (Red+Green+Blue) = 168+130+155=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A8829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8829B is #577D64. Grayscale: #909090. Windows color (decimal): -5733733 or 10191528. OLE color: 10191528.

HSL color Cylindrical-coordinate representation of color #A8829B: hue angle of 320.53º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8829B is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168130155-
CMYK00.230.080.34
HSL320.53º17.92%58.43%-
HSV(B)320.53º22.62%65.88%-
XYZ30.0526.6634.57-
YUV144.21134.09144.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=37.09%
G=28.70%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813015500.230.080.34320.5317.9258.43
HexA8829B017822141123a
Octal25020223302710425012272
Binary101010001000001010011011010111100010001010100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8829B; }

 p { color: rgb(168,130,155); }

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

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

 a { background-color: rgb(168,130,155); }

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

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

 span { border-color: rgb(168,130,155); }

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