#A690BB

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

Shades of East Side #A690BB

Tints of East Side #A690BB

Color information

#A690BB (or 0xA690BB) is unknown color: approx East Side. HEX triplet: A6, 90 and BB. RGB value is (166,144,187). Sum of RGB (Red+Green+Blue) = 166+144+187=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A690BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690BB is #596F44. Grayscale: #9B9B9B. Windows color (decimal): -5861189 or 12292262. OLE color: 12292262.

HSL color Cylindrical-coordinate representation of color #A690BB: hue angle of 270.7º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A690BB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166144187-
CMYK0.110.2300.27
HSL270.7º24.02%64.9%-
HSV(B)270.7º22.99%73.33%-
XYZ34.6731.6451.29-
YUV155.48145.79135.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=33.40%
G=28.97%
B=37.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661441870.110.2300.27270.724.0264.9
HexA690BBB1701B10f1841
Octal246220273132703341730101
Binary101001101001000010111011101110111011011100001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690BB; }

 p { color: rgb(166,144,187); }

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

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

 a { background-color: rgb(166,144,187); }

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

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

 span { border-color: rgb(166,144,187); }

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