#A978BD

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

Shades of East Side #A978BD

Tints of East Side #A978BD

Color information

#A978BD (or 0xA978BD) is unknown color: approx East Side. HEX triplet: A9, 78 and BD. RGB value is (169,120,189). Sum of RGB (Red+Green+Blue) = 169+120+189=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A978BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BD is #568742. Grayscale: #8E8E8E. Windows color (decimal): -5670723 or 12417193. OLE color: 12417193.

HSL color Cylindrical-coordinate representation of color #A978BD: hue angle of 282.61º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A978BD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169120189-
CMYK0.110.3700.26
HSL282.61º34.33%60.59%-
HSV(B)282.61º36.51%74.12%-
XYZ32.2625.5451.37-
YUV142.52154.23146.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=35.36%
G=25.10%
B=39.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691201890.110.3700.26282.6134.3360.59
HexA978BDB2501A11b223d
Octal25117027513450324334275
Binary101010011111000101111011011100101011010100011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978BD; }

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

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

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

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

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

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

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

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