#A978BF

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

Shades of East Side #A978BF

Tints of East Side #A978BF

Color information

#A978BF (or 0xA978BF) is unknown color: approx East Side. HEX triplet: A9, 78 and BF. RGB value is (169,120,191). Sum of RGB (Red+Green+Blue) = 169+120+191=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #A978BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BF is #568740. Grayscale: #8E8E8E. Windows color (decimal): -5670721 or 12548265. OLE color: 12548265.

HSL color Cylindrical-coordinate representation of color #A978BF: hue angle of 281.41º degrees, saturation: 0.36, 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 #A978BF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169120191-
CMYK0.120.3700.25
HSL281.41º35.68%60.98%-
HSV(B)281.41º37.17%74.9%-
XYZ32.4825.6352.53-
YUV142.74155.23146.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 191 (75% from 255) = 39.79%
R=35.21%
G=25%
B=39.79%

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
Decimal1691201910.120.3700.25281.4135.6860.98
HexA978BFC25019119243d
Octal25117027714450314314475
Binary101010011111000101111111100100101011001100011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978BF; }

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

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

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

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

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

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

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

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