#A684C1

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

Shades of East Side #A684C1

Tints of East Side #A684C1

Color information

#A684C1 (or 0xA684C1) is unknown color: approx East Side. HEX triplet: A6, 84 and C1. RGB value is (166,132,193). Sum of RGB (Red+Green+Blue) = 166+132+193=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A684C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684C1 is #597B3E. Grayscale: #949494. Windows color (decimal): -5864255 or 12682406. OLE color: 12682406.

HSL color Cylindrical-coordinate representation of color #A684C1: hue angle of 273.44º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A684C1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166132193-
CMYK0.140.3200.24
HSL273.44º32.97%63.73%-
HSV(B)273.44º31.61%75.69%-
XYZ33.628.4654.17-
YUV149.12152.76140.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=33.81%
G=26.88%
B=39.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661321930.140.3200.24273.4432.9763.73
HexA684C1E200181112140
Octal246204301164003042141100
Binary10100110100001001100000111101000000110001000100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684C1; }

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

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

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

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

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

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

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

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