#A978BC

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

Shades of East Side #A978BC

Tints of East Side #A978BC

Color information

#A978BC (or 0xA978BC) is unknown color: approx East Side. HEX triplet: A9, 78 and BC. RGB value is (169,120,188). Sum of RGB (Red+Green+Blue) = 169+120+188=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A978BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BC is #568743. Grayscale: #8E8E8E. Windows color (decimal): -5670724 or 12351657. OLE color: 12351657.

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

Color convert

RGB169120188-
CMYK0.100.3600.26
HSL283.24º33.66%60.39%-
HSV(B)283.24º36.17%73.73%-
XYZ32.1625.550.8-
YUV142.4153.73146.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=35.43%
G=25.16%
B=39.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691201880.100.3600.26283.2433.6660.39
HexA978BCA2401A11b223c
Octal25117027412440324334274
Binary101010011111000101111001010100100011010100011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978BC; }

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

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

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

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

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

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

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

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