#A879CB

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

Shades of East Side #A879CB

Tints of East Side #A879CB

Color information

#A879CB (or 0xA879CB) is unknown color: approx East Side. HEX triplet: A8, 79 and CB. RGB value is (168,121,203). Sum of RGB (Red+Green+Blue) = 168+121+203=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 121 (47.66% from 255 or 24.59% 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 #A879CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879CB is #578634. Grayscale: #909090. Windows color (decimal): -5735989 or 13334952. OLE color: 13334952.

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

Color convert

RGB168121203-
CMYK0.170.4000.20
HSL274.39º44.09%63.53%-
HSV(B)274.39º40.39%79.61%-
XYZ33.7726.3159.8-
YUV144.4161.07144.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=34.15%
G=24.59%
B=41.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681212030.170.4000.20274.3944.0963.53
HexA879CB11280141122c40
Octal250171313215002442254100
Binary10101000111100111001011100011010000101001000100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879CB; }

 p { color: rgb(168,121,203); }

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

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

 a { background-color: rgb(168,121,203); }

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

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

 span { border-color: rgb(168,121,203); }

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