#A688BF

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

Shades of East Side #A688BF

Tints of East Side #A688BF

Color information

#A688BF (or 0xA688BF) is unknown color: approx East Side. HEX triplet: A6, 88 and BF. RGB value is (166,136,191). Sum of RGB (Red+Green+Blue) = 166+136+191=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #A688BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688BF is #597740. Grayscale: #979797. Windows color (decimal): -5863233 or 12552358. OLE color: 12552358.

HSL color Cylindrical-coordinate representation of color #A688BF: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A688BF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166136191-
CMYK0.130.2900.25
HSL272.73º30.05%64.12%-
HSV(B)272.73º28.8%74.9%-
XYZ33.9329.4853.19-
YUV151.24150.44138.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 191 (75% from 255) = 38.74%
R=33.67%
G=27.59%
B=38.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661361910.130.2900.25272.7330.0564.12
HexA688BFD1D0191111e40
Octal246210277153503142136100
Binary101001101000100010111111110111101011001100010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688BF; }

 p { color: rgb(166,136,191); }

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

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

 a { background-color: rgb(166,136,191); }

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

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

 span { border-color: rgb(166,136,191); }

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