#A680BE

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

Shades of East Side #A680BE

Tints of East Side #A680BE

Color information

#A680BE (or 0xA680BE) is unknown color: approx East Side. HEX triplet: A6, 80 and BE. RGB value is (166,128,190). Sum of RGB (Red+Green+Blue) = 166+128+190=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A680BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680BE is #597F41. Grayscale: #929292. Windows color (decimal): -5865282 or 12484774. OLE color: 12484774.

HSL color Cylindrical-coordinate representation of color #A680BE: hue angle of 276.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A680BE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166128190-
CMYK0.130.3300.25
HSL276.77º32.29%62.35%-
HSV(B)276.77º32.63%74.51%-
XYZ32.7427.2652.25-
YUV146.43152.59141.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=34.30%
G=26.45%
B=39.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661281900.130.3300.25276.7732.2962.35
HexA680BED21019115203e
Octal24620027615410314254076
Binary1010011010000000101111101101100001011001100010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680BE; }

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

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

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

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

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

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

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

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