#A880B5

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

Shades of East Side #A880B5

Tints of East Side #A880B5

Color information

#A880B5 (or 0xA880B5) is unknown color: approx East Side. HEX triplet: A8, 80 and B5. RGB value is (168,128,181). Sum of RGB (Red+Green+Blue) = 168+128+181=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #A880B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880B5 is #577F4A. Grayscale: #919191. Windows color (decimal): -5734219 or 11894952. OLE color: 11894952.

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

Color convert

RGB168128181-
CMYK0.070.2900.29
HSL285.28º26.37%60.59%-
HSV(B)285.28º29.28%70.98%-
XYZ32.2127.147.25-
YUV146147.75143.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=35.22%
G=26.83%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681281810.070.2900.29285.2826.3760.59
HexA880B571D01D11d1a3d
Octal2502002657350354353275
Binary1010100010000000101101011111110101110110001110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880B5; }

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

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

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

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

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

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

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

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