#A880B3

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

Shades of East Side #A880B3

Tints of East Side #A880B3

Color information

#A880B3 (or 0xA880B3) is unknown color: approx East Side. HEX triplet: A8, 80 and B3. RGB value is (168,128,179). Sum of RGB (Red+Green+Blue) = 168+128+179=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #A880B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880B3 is #577F4C. Grayscale: #919191. Windows color (decimal): -5734221 or 11763880. OLE color: 11763880.

HSL color Cylindrical-coordinate representation of color #A880B3: hue angle of 287.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A880B3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168128179-
CMYK0.060.2800.30
HSL287.06º25.12%60.2%-
HSV(B)287.06º28.49%70.2%-
XYZ3227.0246.18-
YUV145.77146.75143.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=35.37%
G=26.95%
B=37.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681281790.060.2800.30287.0625.1260.2
HexA880B361C01E11f193c
Octal2502002636340364373174
Binary1010100010000000101100111101110001111010001111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880B3; }

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

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

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

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

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

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

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

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