#A685BE

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

Shades of East Side #A685BE

Tints of East Side #A685BE

Color information

#A685BE (or 0xA685BE) is unknown color: approx East Side. HEX triplet: A6, 85 and BE. RGB value is (166,133,190). Sum of RGB (Red+Green+Blue) = 166+133+190=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A685BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BE is #597A41. Grayscale: #959595. Windows color (decimal): -5864002 or 12486054. OLE color: 12486054.

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

Color convert

RGB166133190-
CMYK0.130.300.25
HSL274.74º30.48%63.33%-
HSV(B)274.74º30%74.51%-
XYZ33.4128.652.47-
YUV149.36150.93139.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=33.95%
G=27.20%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661331900.130.300.25274.7430.4863.33
HexA685BED1E0191131e3f
Octal24620527615360314233677
Binary10100110100001011011111011011111001100110001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685BE; }

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

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

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

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

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

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

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

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