#A680B4

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

Shades of East Side #A680B4

Tints of East Side #A680B4

Color information

#A680B4 (or 0xA680B4) is unknown color: approx East Side. HEX triplet: A6, 80 and B4. RGB value is (166,128,180). Sum of RGB (Red+Green+Blue) = 166+128+180=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #A680B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680B4 is #597F4B. Grayscale: #919191. Windows color (decimal): -5865292 or 11829414. OLE color: 11829414.

HSL color Cylindrical-coordinate representation of color #A680B4: hue angle of 283.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A680B4 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166128180-
CMYK0.080.2900.29
HSL283.85º25.74%60.39%-
HSV(B)283.85º28.89%70.59%-
XYZ31.6826.8446.69-
YUV145.29147.59142.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=35.02%
G=27.00%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661281800.080.2900.29283.8525.7460.39
HexA680B481D01D11c1a3c
Octal24620026410350354343274
Binary10100110100000001011010010001110101110110001110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680B4; }

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

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

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

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

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

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

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

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