#A683C0

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

Shades of East Side #A683C0

Tints of East Side #A683C0

Color information

#A683C0 (or 0xA683C0) is unknown color: approx East Side. HEX triplet: A6, 83 and C0. RGB value is (166,131,192). Sum of RGB (Red+Green+Blue) = 166+131+192=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A683C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683C0 is #597C3F. Grayscale: #949494. Windows color (decimal): -5864512 or 12616614. OLE color: 12616614.

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

Color convert

RGB166131192-
CMYK0.140.3200.25
HSL274.43º32.62%63.33%-
HSV(B)274.43º31.77%75.29%-
XYZ33.3628.1553.54-
YUV148.42152.6140.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=33.95%
G=26.79%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661311920.140.3200.25274.4332.6263.33
HexA683C0E20019112213f
Octal24620330016400314224177
Binary1010011010000011110000001110100000011001100010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683C0; }

 p { color: rgb(166,131,192); }

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

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

 a { background-color: rgb(166,131,192); }

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

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

 span { border-color: rgb(166,131,192); }

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