#A683BF

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

Shades of East Side #A683BF

Tints of East Side #A683BF

Color information

#A683BF (or 0xA683BF) is unknown color: approx East Side. HEX triplet: A6, 83 and BF. RGB value is (166,131,191). Sum of RGB (Red+Green+Blue) = 166+131+191=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A683BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683BF is #597C40. Grayscale: #949494. Windows color (decimal): -5864513 or 12551078. OLE color: 12551078.

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

Color convert

RGB166131191-
CMYK0.130.3100.25
HSL275º31.91%63.14%-
HSV(B)275º31.41%74.9%-
XYZ33.2528.152.96-
YUV148.3152.1140.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 191 (75% from 255) = 39.14%
R=34.02%
G=26.84%
B=39.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661311910.130.3100.2527531.9163.14
HexA683BFD1F019113203f
Octal24620327715370314234077
Binary101001101000001110111111110111111011001100010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683BF; }

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

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

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

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

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

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

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

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