#A880BD

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

Shades of East Side #A880BD

Tints of East Side #A880BD

Color information

#A880BD (or 0xA880BD) is unknown color: approx East Side. HEX triplet: A8, 80 and BD. RGB value is (168,128,189). Sum of RGB (Red+Green+Blue) = 168+128+189=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A880BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BD is #577F42. Grayscale: #929292. Windows color (decimal): -5734211 or 12419240. OLE color: 12419240.

HSL color Cylindrical-coordinate representation of color #A880BD: hue angle of 279.34º degrees, saturation: 0.32, 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 #A880BD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168128189-
CMYK0.110.3200.26
HSL279.34º31.61%62.16%-
HSV(B)279.34º32.28%74.12%-
XYZ33.0527.4451.7-
YUV146.91151.75143.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=34.64%
G=26.39%
B=38.97%

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
Decimal1681281890.110.3200.26279.3431.6162.16
HexA880BDB2001A117203e
Octal25020027513400324274076
Binary1010100010000000101111011011100000011010100010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880BD; }

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

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

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

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

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

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

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

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