#A683C1

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

Shades of East Side #A683C1

Tints of East Side #A683C1

Color information

#A683C1 (or 0xA683C1) is unknown color: approx East Side. HEX triplet: A6, 83 and C1. RGB value is (166,131,193). Sum of RGB (Red+Green+Blue) = 166+131+193=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A683C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683C1 is #597C3E. Grayscale: #949494. Windows color (decimal): -5864511 or 12682150. OLE color: 12682150.

HSL color Cylindrical-coordinate representation of color #A683C1: hue angle of 273.87º 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 #A683C1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166131193-
CMYK0.140.3200.24
HSL273.87º33.33%63.53%-
HSV(B)273.87º32.12%75.69%-
XYZ33.4728.1954.13-
YUV148.53153.1140.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=33.88%
G=26.73%
B=39.39%

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
Decimal1661311930.140.3200.24273.8733.3363.53
HexA683C1E200181122140
Octal246203301164003042241100
Binary10100110100000111100000111101000000110001000100101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683C1; }

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

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

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

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

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

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

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

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