#A978CB

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

Shades of East Side #A978CB

Tints of East Side #A978CB

Color information

#A978CB (or 0xA978CB) is unknown color: approx East Side. HEX triplet: A9, 78 and CB. RGB value is (169,120,203). Sum of RGB (Red+Green+Blue) = 169+120+203=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A978CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CB is #568734. Grayscale: #8F8F8F. Windows color (decimal): -5670709 or 13334697. OLE color: 13334697.

HSL color Cylindrical-coordinate representation of color #A978CB: hue angle of 275.42º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A978CB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169120203-
CMYK0.170.4100.20
HSL275.42º44.39%63.33%-
HSV(B)275.42º40.89%79.61%-
XYZ33.8626.1859.77-
YUV144.11161.23145.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=34.35%
G=24.39%
B=41.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691202030.170.4100.20275.4244.3963.33
HexA978CB11290141132c3f
Octal25117031321510244235477
Binary1010100111110001100101110001101001010100100010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978CB; }

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

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

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

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

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

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

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

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