#A685BF

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

Shades of East Side #A685BF

Tints of East Side #A685BF

Color information

#A685BF (or 0xA685BF) is unknown color: approx East Side. HEX triplet: A6, 85 and BF. RGB value is (166,133,191). Sum of RGB (Red+Green+Blue) = 166+133+191=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A685BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BF is #597A40. Grayscale: #959595. Windows color (decimal): -5864001 or 12551590. OLE color: 12551590.

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

Color convert

RGB166133191-
CMYK0.130.3000.25
HSL274.14º31.18%63.53%-
HSV(B)274.14º30.37%74.9%-
XYZ33.5228.6453.05-
YUV149.48151.43139.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 191 (75% from 255) = 38.98%
R=33.88%
G=27.14%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661331910.130.3000.25274.1431.1863.53
HexA685BFD1E0191121f40
Octal246205277153603142237100
Binary101001101000010110111111110111110011001100010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685BF; }

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

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

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

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

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

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

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

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