#A878B3

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

Shades of East Side #A878B3

Tints of East Side #A878B3

Color information

#A878B3 (or 0xA878B3) is unknown color: approx East Side. HEX triplet: A8, 78 and B3. RGB value is (168,120,179). Sum of RGB (Red+Green+Blue) = 168+120+179=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #A878B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878B3 is #57874C. Grayscale: #8C8C8C. Windows color (decimal): -5736269 or 11761832. OLE color: 11761832.

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

Color convert

RGB168120179-
CMYK0.060.3300.30
HSL288.81º27.96%58.63%-
HSV(B)288.81º32.96%70.2%-
XYZ3125.0145.84-
YUV141.08149.4147.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=35.97%
G=25.70%
B=38.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681201790.060.3300.30288.8127.9658.63
HexA878B362101E1211c3b
Octal2501702636410364413473
Binary1010100011110001011001111010000101111010010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878B3; }

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

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

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

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

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

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

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

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