#A682BC

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

Shades of East Side #A682BC

Tints of East Side #A682BC

Color information

#A682BC (or 0xA682BC) is unknown color: approx East Side. HEX triplet: A6, 82 and BC. RGB value is (166,130,188). Sum of RGB (Red+Green+Blue) = 166+130+188=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A682BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682BC is #597D43. Grayscale: #939393. Windows color (decimal): -5864772 or 12354214. OLE color: 12354214.

HSL color Cylindrical-coordinate representation of color #A682BC: hue angle of 277.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A682BC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166130188-
CMYK0.120.3100.26
HSL277.24º30.21%62.35%-
HSV(B)277.24º30.85%73.73%-
XYZ32.7927.751.2-
YUV147.38150.93141.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=34.30%
G=26.86%
B=38.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661301880.120.3100.26277.2430.2162.35
HexA682BCC1F01A1151e3e
Octal24620227414370324253676
Binary10100110100000101011110011001111101101010001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682BC; }

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

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

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

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

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

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

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

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