#A6809A

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

Shades of Bouquet #A6809A

Tints of Bouquet #A6809A

Color information

#A6809A (or 0xA6809A) is unknown color: approx Bouquet. HEX triplet: A6, 80 and 9A. RGB value is (166,128,154). Sum of RGB (Red+Green+Blue) = 166+128+154=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6809A is #597F65. Grayscale: #8E8E8E. Windows color (decimal): -5865318 or 10125478. OLE color: 10125478.

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

Color convert

RGB166128154-
CMYK00.230.070.35
HSL318.95º17.59%57.65%-
HSV(B)318.95º22.89%65.1%-
XYZ29.2825.8834.02-
YUV142.33134.59144.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=37.05%
G=28.57%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612815400.230.070.35318.9517.5957.65
HexA6809A01772313f123a
Octal2462002320277434772272
Binary10100110100000001001101001011111110001110011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6809A; }

 p { color: rgb(166,128,154); }

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

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

 a { background-color: rgb(166,128,154); }

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

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

 span { border-color: rgb(166,128,154); }

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