#A681BB

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

Shades of East Side #A681BB

Tints of East Side #A681BB

Color information

#A681BB (or 0xA681BB) is unknown color: approx East Side. HEX triplet: A6, 81 and BB. RGB value is (166,129,187). Sum of RGB (Red+Green+Blue) = 166+129+187=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A681BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681BB is #597E44. Grayscale: #929292. Windows color (decimal): -5865029 or 12288422. OLE color: 12288422.

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

Color convert

RGB166129187-
CMYK0.110.3100.27
HSL278.28º29.9%61.96%-
HSV(B)278.28º31.02%73.33%-
XYZ32.5527.450.59-
YUV146.68150.76141.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=34.44%
G=26.76%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661291870.110.3100.27278.2829.961.96
HexA681BBB1F01B1161e3e
Octal24620127313370334263676
Binary10100110100000011011101110111111101101110001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681BB; }

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

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

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

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

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

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

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

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