#A681B9

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

Shades of East Side #A681B9

Tints of East Side #A681B9

Color information

#A681B9 (or 0xA681B9) is unknown color: approx East Side. HEX triplet: A6, 81 and B9. RGB value is (166,129,185). Sum of RGB (Red+Green+Blue) = 166+129+185=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #A681B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681B9 is #597E46. Grayscale: #929292. Windows color (decimal): -5865031 or 12157350. OLE color: 12157350.

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

Color convert

RGB166129185-
CMYK0.100.3000.27
HSL279.64º28.57%61.57%-
HSV(B)279.64º30.27%72.55%-
XYZ32.3327.3149.47-
YUV146.45149.76141.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=34.58%
G=26.88%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661291850.100.3000.27279.6428.5761.57
HexA681B9A1E01B1181d3e
Octal24620127112360334303576
Binary10100110100000011011100110101111001101110001100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681B9; }

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

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

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

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

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

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

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

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