#A685BD

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

Shades of East Side #A685BD

Tints of East Side #A685BD

Color information

#A685BD (or 0xA685BD) is unknown color: approx East Side. HEX triplet: A6, 85 and BD. RGB value is (166,133,189). Sum of RGB (Red+Green+Blue) = 166+133+189=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A685BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BD is #597A42. Grayscale: #959595. Windows color (decimal): -5864003 or 12420518. OLE color: 12420518.

HSL color Cylindrical-coordinate representation of color #A685BD: hue angle of 275.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A685BD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166133189-
CMYK0.120.3000.26
HSL275.36º29.79%63.14%-
HSV(B)275.36º29.63%74.12%-
XYZ33.328.5651.9-
YUV149.25150.43139.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=34.02%
G=27.25%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661331890.120.3000.26275.3629.7963.14
HexA685BDC1E01A1131e3f
Octal24620527514360324233677
Binary10100110100001011011110111001111001101010001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685BD; }

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

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

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

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

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

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

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

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