#A895B3

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

Shades of East Side #A895B3

Tints of East Side #A895B3

Color information

#A895B3 (or 0xA895B3) is unknown color: approx East Side. HEX triplet: A8, 95 and B3. RGB value is (168,149,179). Sum of RGB (Red+Green+Blue) = 168+149+179=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #A895B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895B3 is #576A4C. Grayscale: #9E9E9E. Windows color (decimal): -5728845 or 11769256. OLE color: 11769256.

HSL color Cylindrical-coordinate representation of color #A895B3: hue angle of 278º 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 #A895B3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168149179-
CMYK0.060.1700.30
HSL278º16.48%64.31%-
HSV(B)278º16.76%70.2%-
XYZ35.0333.0747.19-
YUV158.1139.79135.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=33.87%
G=30.04%
B=36.09%

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
Decimal1681491790.060.1700.3027816.4864.31
HexA895B361101E1161040
Octal25022526362103642620100
Binary10101000100101011011001111010001011110100010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895B3; }

 p { color: rgb(168,149,179); }

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

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

 a { background-color: rgb(168,149,179); }

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

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

 span { border-color: rgb(168,149,179); }

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