#A684BD

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

Shades of East Side #A684BD

Tints of East Side #A684BD

Color information

#A684BD (or 0xA684BD) is unknown color: approx East Side. HEX triplet: A6, 84 and BD. RGB value is (166,132,189). Sum of RGB (Red+Green+Blue) = 166+132+189=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A684BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684BD is #597B42. Grayscale: #949494. Windows color (decimal): -5864259 or 12420262. OLE color: 12420262.

HSL color Cylindrical-coordinate representation of color #A684BD: hue angle of 275.79º 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 #A684BD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166132189-
CMYK0.120.3000.26
HSL275.79º30.16%62.94%-
HSV(B)275.79º30.16%74.12%-
XYZ33.1628.2851.86-
YUV148.66150.76140.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=34.09%
G=27.10%
B=38.81%

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
Decimal1661321890.120.3000.26275.7930.1662.94
HexA684BDC1E01A1141e3f
Octal24620427514360324243677
Binary10100110100001001011110111001111001101010001010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684BD; }

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

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

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

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

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

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

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

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