#A680B6

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

Shades of East Side #A680B6

Tints of East Side #A680B6

Color information

#A680B6 (or 0xA680B6) is unknown color: approx East Side. HEX triplet: A6, 80 and B6. RGB value is (166,128,182). Sum of RGB (Red+Green+Blue) = 166+128+182=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #A680B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680B6 is #597F49. Grayscale: #919191. Windows color (decimal): -5865290 or 11960486. OLE color: 11960486.

HSL color Cylindrical-coordinate representation of color #A680B6: hue angle of 282.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A680B6 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166128182-
CMYK0.090.3000.29
HSL282.22º27%60.78%-
HSV(B)282.22º29.67%71.37%-
XYZ31.8926.9247.77-
YUV145.52148.59142.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=34.87%
G=26.89%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661281820.090.3000.29282.222760.78
HexA680B691E01D11a1b3d
Octal24620026611360354323375
Binary10100110100000001011011010011111001110110001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680B6; }

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

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

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

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

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

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

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

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