#A880BE

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

Shades of East Side #A880BE

Tints of East Side #A880BE

Color information

#A880BE (or 0xA880BE) is unknown color: approx East Side. HEX triplet: A8, 80 and BE. RGB value is (168,128,190). Sum of RGB (Red+Green+Blue) = 168+128+190=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A880BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BE is #577F41. Grayscale: #929292. Windows color (decimal): -5734210 or 12484776. OLE color: 12484776.

HSL color Cylindrical-coordinate representation of color #A880BE: hue angle of 278.71º 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 #A880BE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168128190-
CMYK0.120.3300.25
HSL278.71º32.29%62.35%-
HSV(B)278.71º32.63%74.51%-
XYZ33.1627.4852.27-
YUV147.03152.25142.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=34.57%
G=26.34%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681281900.120.3300.25278.7132.2962.35
HexA880BEC21019117203e
Octal25020027614410314274076
Binary1010100010000000101111101100100001011001100010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880BE; }

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

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

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

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

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

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

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

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