#A691BB

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

Shades of East Side #A691BB

Tints of East Side #A691BB

Color information

#A691BB (or 0xA691BB) is unknown color: approx East Side. HEX triplet: A6, 91 and BB. RGB value is (166,145,187). Sum of RGB (Red+Green+Blue) = 166+145+187=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A691BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691BB is #596E44. Grayscale: #9B9B9B. Windows color (decimal): -5860933 or 12292518. OLE color: 12292518.

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

Color convert

RGB166145187-
CMYK0.110.2200.27
HSL270º23.6%65.1%-
HSV(B)270º22.46%73.33%-
XYZ34.8231.9551.34-
YUV156.07145.46135.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=33.33%
G=29.12%
B=37.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661451870.110.2200.2727023.665.1
HexA691BBB1601B10e1841
Octal246221273132603341630101
Binary101001101001000110111011101110110011011100001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691BB; }

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

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

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

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

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

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

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

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