#A689A0

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

Shades of Bouquet #A689A0

Tints of Bouquet #A689A0

Color information

#A689A0 (or 0xA689A0) is unknown color: approx Bouquet. HEX triplet: A6, 89 and A0. RGB value is (166,137,160). Sum of RGB (Red+Green+Blue) = 166+137+160=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A689A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689A0 is #59765F. Grayscale: #949494. Windows color (decimal): -5863008 or 10520998. OLE color: 10520998.

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

Color convert

RGB166137160-
CMYK00.170.040.35
HSL312.41º14.01%59.41%-
HSV(B)312.41º17.47%65.1%-
XYZ31.0228.5437.13-
YUV148.29134.61140.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=35.85%
G=29.59%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613716000.170.040.35312.4114.0159.41
HexA689A0011423138e3b
Octal2462112400214434701673
Binary1010011010001001101000000100011001000111001110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689A0; }

 p { color: rgb(166,137,160); }

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

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

 a { background-color: rgb(166,137,160); }

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

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

 span { border-color: rgb(166,137,160); }

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