#A685B4

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

Shades of East Side #A685B4

Tints of East Side #A685B4

Color information

#A685B4 (or 0xA685B4) is unknown color: approx East Side. HEX triplet: A6, 85 and B4. RGB value is (166,133,180). Sum of RGB (Red+Green+Blue) = 166+133+180=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #A685B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685B4 is #597A4B. Grayscale: #949494. Windows color (decimal): -5864012 or 11830694. OLE color: 11830694.

HSL color Cylindrical-coordinate representation of color #A685B4: hue angle of 282.13º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A685B4 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166133180-
CMYK0.080.2600.29
HSL282.13º23.86%61.37%-
HSV(B)282.13º26.11%70.59%-
XYZ32.3528.1846.91-
YUV148.22145.93140.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=34.66%
G=27.77%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661331800.080.2600.29282.1323.8661.37
HexA685B481A01D11a183d
Octal24620526410320354323075
Binary10100110100001011011010010001101001110110001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685B4; }

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

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

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

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

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

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

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

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