#A880BC

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

Shades of East Side #A880BC

Tints of East Side #A880BC

Color information

#A880BC (or 0xA880BC) is unknown color: approx East Side. HEX triplet: A8, 80 and BC. RGB value is (168,128,188). Sum of RGB (Red+Green+Blue) = 168+128+188=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A880BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BC is #577F43. Grayscale: #929292. Windows color (decimal): -5734212 or 12353704. OLE color: 12353704.

HSL color Cylindrical-coordinate representation of color #A880BC: hue angle of 280º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A880BC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168128188-
CMYK0.110.3200.26
HSL280º30.93%61.96%-
HSV(B)280º31.91%73.73%-
XYZ32.9427.3951.13-
YUV146.8151.25143.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=34.71%
G=26.45%
B=38.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681281880.110.3200.2628030.9361.96
HexA880BCB2001A1181f3e
Octal25020027413400324303776
Binary101010001000000010111100101110000001101010001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880BC; }

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

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

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

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

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

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

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

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