#A893B1

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

Shades of East Side #A893B1

Tints of East Side #A893B1

Color information

#A893B1 (or 0xA893B1) is unknown color: approx East Side. HEX triplet: A8, 93 and B1. RGB value is (168,147,177). Sum of RGB (Red+Green+Blue) = 168+147+177=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A893B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893B1 is #576C4E. Grayscale: #9C9C9C. Windows color (decimal): -5729359 or 11637672. OLE color: 11637672.

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

Color convert

RGB168147177-
CMYK0.050.1700.31
HSL282º16.13%63.53%-
HSV(B)282º16.95%69.41%-
XYZ34.5232.3746.02-
YUV156.7139.46136.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=34.15%
G=29.88%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681471770.050.1700.3128216.1363.53
HexA893B151101F11a1040
Octal25022326152103743220100
Binary10101000100100111011000110110001011111100011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893B1; }

 p { color: rgb(168,147,177); }

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

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

 a { background-color: rgb(168,147,177); }

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

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

 span { border-color: rgb(168,147,177); }

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