#A683BB

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

Shades of East Side #A683BB

Tints of East Side #A683BB

Color information

#A683BB (or 0xA683BB) is unknown color: approx East Side. HEX triplet: A6, 83 and BB. RGB value is (166,131,187). Sum of RGB (Red+Green+Blue) = 166+131+187=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A683BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683BB is #597C44. Grayscale: #939393. Windows color (decimal): -5864517 or 12288934. OLE color: 12288934.

HSL color Cylindrical-coordinate representation of color #A683BB: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A683BB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166131187-
CMYK0.110.3000.27
HSL277.5º29.17%62.35%-
HSV(B)277.5º29.95%73.33%-
XYZ32.8127.9350.67-
YUV147.85150.1140.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=34.30%
G=27.07%
B=38.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661311870.110.3000.27277.529.1762.35
HexA683BBB1E01B1161d3e
Octal24620327313360334263576
Binary10100110100000111011101110111111001101110001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683BB; }

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

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

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

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

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

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

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

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