#A978BA

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

Shades of East Side #A978BA

Tints of East Side #A978BA

Color information

#A978BA (or 0xA978BA) is unknown color: approx East Side. HEX triplet: A9, 78 and BA. RGB value is (169,120,186). Sum of RGB (Red+Green+Blue) = 169+120+186=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A978BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BA is #568745. Grayscale: #8D8D8D. Windows color (decimal): -5670726 or 12220585. OLE color: 12220585.

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

Color convert

RGB169120186-
CMYK0.090.3500.27
HSL284.55º32.35%60%-
HSV(B)284.55º35.48%72.94%-
XYZ31.9425.4149.68-
YUV142.18152.73147.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=35.58%
G=25.26%
B=39.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691201860.090.3500.27284.5532.3560
HexA978BA92301B11d203c
Octal25117027211430334354074
Binary101010011111000101110101001100011011011100011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978BA; }

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

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

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

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

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

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

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

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