#A685BA

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

Shades of East Side #A685BA

Tints of East Side #A685BA

Color information

#A685BA (or 0xA685BA) is unknown color: approx East Side. HEX triplet: A6, 85 and BA. RGB value is (166,133,186). Sum of RGB (Red+Green+Blue) = 166+133+186=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A685BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BA is #597A45. Grayscale: #949494. Windows color (decimal): -5864006 or 12223910. OLE color: 12223910.

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

Color convert

RGB166133186-
CMYK0.110.2800.27
HSL277.36º27.75%62.55%-
HSV(B)277.36º28.49%72.94%-
XYZ32.9828.4350.2-
YUV148.91148.93140.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=34.23%
G=27.42%
B=38.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661331860.110.2800.27277.3627.7562.55
HexA685BAB1C01B1151c3f
Octal24620527213340334253477
Binary10100110100001011011101010111110001101110001010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685BA; }

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

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

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

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

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

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

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

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