#A978BB

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

Shades of East Side #A978BB

Tints of East Side #A978BB

Color information

#A978BB (or 0xA978BB) is unknown color: approx East Side. HEX triplet: A9, 78 and BB. RGB value is (169,120,187). Sum of RGB (Red+Green+Blue) = 169+120+187=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #A978BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BB is #568744. Grayscale: #8E8E8E. Windows color (decimal): -5670725 or 12286121. OLE color: 12286121.

HSL color Cylindrical-coordinate representation of color #A978BB: hue angle of 283.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A978BB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169120187-
CMYK0.100.3600.27
HSL283.88º33%60.2%-
HSV(B)283.88º35.83%73.33%-
XYZ32.0525.4650.24-
YUV142.29153.23147.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=35.50%
G=25.21%
B=39.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691201870.100.3600.27283.883360.2
HexA978BBA2401B11c213c
Octal25117027312440334344174
Binary101010011111000101110111010100100011011100011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978BB; }

 p { color: rgb(169,120,187); }

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

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

 a { background-color: rgb(169,120,187); }

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

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

 span { border-color: rgb(169,120,187); }

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