#A894B2

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

Shades of East Side #A894B2

Tints of East Side #A894B2

Color information

#A894B2 (or 0xA894B2) is unknown color: approx East Side. HEX triplet: A8, 94 and B2. RGB value is (168,148,178). Sum of RGB (Red+Green+Blue) = 168+148+178=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 178 - color contains mainly: blue. Hex color #A894B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894B2 is #576B4D. Grayscale: #9D9D9D. Windows color (decimal): -5729102 or 11703464. OLE color: 11703464.

HSL color Cylindrical-coordinate representation of color #A894B2: hue angle of 280º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A894B2 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168148178-
CMYK0.060.1700.30
HSL280º16.3%63.92%-
HSV(B)280º16.85%69.8%-
XYZ34.7732.7246.6-
YUV157.4139.63135.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=34.01%
G=29.96%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681481780.060.1700.3028016.363.92
HexA894B261101E1181040
Octal25022426262103643020100
Binary10101000100101001011001011010001011110100011000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894B2; }

 p { color: rgb(168,148,178); }

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

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

 a { background-color: rgb(168,148,178); }

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

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

 span { border-color: rgb(168,148,178); }

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