#A880B6

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

Shades of East Side #A880B6

Tints of East Side #A880B6

Color information

#A880B6 (or 0xA880B6) is unknown color: approx East Side. HEX triplet: A8, 80 and B6. RGB value is (168,128,182). Sum of RGB (Red+Green+Blue) = 168+128+182=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #A880B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880B6 is #577F49. Grayscale: #919191. Windows color (decimal): -5734218 or 11960488. OLE color: 11960488.

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

Color convert

RGB168128182-
CMYK0.080.3000.29
HSL284.44º27%60.78%-
HSV(B)284.44º29.67%71.37%-
XYZ32.3127.1447.79-
YUV146.12148.25143.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=35.15%
G=26.78%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681281820.080.3000.29284.442760.78
HexA880B681E01D11c1b3d
Octal25020026610360354343375
Binary10101000100000001011011010001111001110110001110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880B6; }

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

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

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

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

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

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

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

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