#A680B9

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

Shades of East Side #A680B9

Tints of East Side #A680B9

Color information

#A680B9 (or 0xA680B9) is unknown color: approx East Side. HEX triplet: A6, 80 and B9. RGB value is (166,128,185). Sum of RGB (Red+Green+Blue) = 166+128+185=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #A680B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680B9 is #597F46. Grayscale: #919191. Windows color (decimal): -5865287 or 12157094. OLE color: 12157094.

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

Color convert

RGB166128185-
CMYK0.100.3100.27
HSL280º28.93%61.37%-
HSV(B)280º30.81%72.55%-
XYZ32.227.0549.42-
YUV145.86150.09142.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=34.66%
G=26.72%
B=38.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661281850.100.3100.2728028.9361.37
HexA680B9A1F01B1181d3d
Octal24620027112370334303575
Binary10100110100000001011100110101111101101110001100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680B9; }

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

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

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

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

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

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

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

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