#A681B2

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

Shades of East Side #A681B2

Tints of East Side #A681B2

Color information

#A681B2 (or 0xA681B2) is unknown color: approx East Side. HEX triplet: A6, 81 and B2. RGB value is (166,129,178). Sum of RGB (Red+Green+Blue) = 166+129+178=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 178 - color contains mainly: blue. Hex color #A681B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A681B2 is #597E4D. Grayscale: #919191. Windows color (decimal): -5865038 or 11698598. OLE color: 11698598.

HSL color Cylindrical-coordinate representation of color #A681B2: hue angle of 285.31º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A681B2 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166129178-
CMYK0.070.2800.30
HSL285.31º24.14%60.2%-
HSV(B)285.31º27.53%69.8%-
XYZ31.6127.0245.67-
YUV145.65146.26142.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=35.10%
G=27.27%
B=37.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661291780.070.2800.30285.3124.1460.2
HexA681B271C01E11d183c
Octal2462012627340364353074
Binary1010011010000001101100101111110001111010001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681B2; }

 p { color: rgb(166,129,178); }

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

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

 a { background-color: rgb(166,129,178); }

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

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

 span { border-color: rgb(166,129,178); }

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