#A6819B

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

Shades of Bouquet #A6819B

Tints of Bouquet #A6819B

Color information

#A6819B (or 0xA6819B) is unknown color: approx Bouquet. HEX triplet: A6, 81 and 9B. RGB value is (166,129,155). Sum of RGB (Red+Green+Blue) = 166+129+155=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A6819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6819B is #597E64. Grayscale: #8E8E8E. Windows color (decimal): -5865061 or 10191270. OLE color: 10191270.

HSL color Cylindrical-coordinate representation of color #A6819B: hue angle of 317.84º 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 #A6819B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166129155-
CMYK00.220.070.35
HSL317.84º17.21%57.84%-
HSV(B)317.84º22.29%65.1%-
XYZ29.4926.1734.51-
YUV143.03134.76144.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=36.89%
G=28.67%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612915500.220.070.35317.8417.2157.84
HexA6819B01672313e113a
Octal2462012330267434762172
Binary10100110100000011001101101011011110001110011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6819B; }

 p { color: rgb(166,129,155); }

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

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

 a { background-color: rgb(166,129,155); }

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

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

 span { border-color: rgb(166,129,155); }

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