#A682C3

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

Shades of East Side #A682C3

Tints of East Side #A682C3

Color information

#A682C3 (or 0xA682C3) is unknown color: approx East Side. HEX triplet: A6, 82 and C3. RGB value is (166,130,195). Sum of RGB (Red+Green+Blue) = 166+130+195=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #A682C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682C3 is #597D3C. Grayscale: #939393. Windows color (decimal): -5864765 or 12812966. OLE color: 12812966.

HSL color Cylindrical-coordinate representation of color #A682C3: hue angle of 273.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A682C3 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166130195-
CMYK0.150.3300.24
HSL273.23º35.14%63.73%-
HSV(B)273.23º33.33%76.47%-
XYZ33.5628.0155.27-
YUV148.17154.43140.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=33.81%
G=26.48%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661301950.150.3300.24273.2335.1463.73
HexA682C3F210181112340
Octal246202303174103042143100
Binary10100110100000101100001111111000010110001000100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682C3; }

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

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

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

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

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

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

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

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