#A683BE

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

Shades of East Side #A683BE

Tints of East Side #A683BE

Color information

#A683BE (or 0xA683BE) is unknown color: approx East Side. HEX triplet: A6, 83 and BE. RGB value is (166,131,190). Sum of RGB (Red+Green+Blue) = 166+131+190=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A683BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683BE is #597C41. Grayscale: #939393. Windows color (decimal): -5864514 or 12485542. OLE color: 12485542.

HSL color Cylindrical-coordinate representation of color #A683BE: hue angle of 275.59º degrees, saturation: 0.31, 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 #A683BE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166131190-
CMYK0.130.3100.25
HSL275.59º31.22%62.94%-
HSV(B)275.59º31.05%74.51%-
XYZ33.1428.0652.38-
YUV148.19151.6140.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=34.09%
G=26.90%
B=39.01%

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
Decimal1661311900.130.3100.25275.5931.2262.94
HexA683BED1F0191141f3f
Octal24620327615370314243777
Binary10100110100000111011111011011111101100110001010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683BE; }

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

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

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

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

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

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

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

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