#A692BA

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

Shades of East Side #A692BA

Tints of East Side #A692BA

Color information

#A692BA (or 0xA692BA) is unknown color: approx East Side. HEX triplet: A6, 92 and BA. RGB value is (166,146,186). Sum of RGB (Red+Green+Blue) = 166+146+186=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #A692BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692BA is #596D45. Grayscale: #9C9C9C. Windows color (decimal): -5860678 or 12227238. OLE color: 12227238.

HSL color Cylindrical-coordinate representation of color #A692BA: hue angle of 270º degrees, saturation: 0.22, 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 #A692BA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166146186-
CMYK0.110.2200.27
HSL270º22.47%65.1%-
HSV(B)270º21.51%72.94%-
XYZ34.8732.2150.83-
YUV156.54144.63134.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=33.33%
G=29.32%
B=37.35%

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
Decimal1661461860.110.2200.2727022.4765.1
HexA692BAB1601B10e1641
Octal246222272132603341626101
Binary101001101001001010111010101110110011011100001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692BA; }

 p { color: rgb(166,146,186); }

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

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

 a { background-color: rgb(166,146,186); }

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

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

 span { border-color: rgb(166,146,186); }

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