#A682BB

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

Shades of East Side #A682BB

Tints of East Side #A682BB

Color information

#A682BB (or 0xA682BB) is unknown color: approx East Side. HEX triplet: A6, 82 and BB. RGB value is (166,130,187). Sum of RGB (Red+Green+Blue) = 166+130+187=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A682BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682BB is #597D44. Grayscale: #939393. Windows color (decimal): -5864773 or 12288678. OLE color: 12288678.

HSL color Cylindrical-coordinate representation of color #A682BB: hue angle of 277.89º degrees, saturation: 0.3, 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 #A682BB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166130187-
CMYK0.110.3000.27
HSL277.89º29.53%62.16%-
HSV(B)277.89º30.48%73.33%-
XYZ32.6827.6650.63-
YUV147.26150.43141.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=34.37%
G=26.92%
B=38.72%

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
Decimal1661301870.110.3000.27277.8929.5362.16
HexA682BBB1E01B1161e3e
Octal24620227313360334263676
Binary10100110100000101011101110111111001101110001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682BB; }

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

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

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

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

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

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

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

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