#A878BE

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

Shades of East Side #A878BE

Tints of East Side #A878BE

Color information

#A878BE (or 0xA878BE) is unknown color: approx East Side. HEX triplet: A8, 78 and BE. RGB value is (168,120,190). Sum of RGB (Red+Green+Blue) = 168+120+190=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A878BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878BE is #578741. Grayscale: #8E8E8E. Windows color (decimal): -5736258 or 12482728. OLE color: 12482728.

HSL color Cylindrical-coordinate representation of color #A878BE: hue angle of 281.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A878BE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168120190-
CMYK0.120.3700.25
HSL281.14º35%60.78%-
HSV(B)281.14º36.84%74.51%-
XYZ32.1625.4851.94-
YUV142.33154.9146.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=35.15%
G=25.10%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681201900.120.3700.25281.143560.78
HexA878BEC25019119233d
Octal25017027614450314314375
Binary101010001111000101111101100100101011001100011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878BE; }

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

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

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

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

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

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

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

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