#A888B3

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

Shades of East Side #A888B3

Tints of East Side #A888B3

Color information

#A888B3 (or 0xA888B3) is unknown color: approx East Side. HEX triplet: A8, 88 and B3. RGB value is (168,136,179). Sum of RGB (Red+Green+Blue) = 168+136+179=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A888B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888B3 is #57774C. Grayscale: #969696. Windows color (decimal): -5732173 or 11765928. OLE color: 11765928.

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

Color convert

RGB168136179-
CMYK0.060.2400.30
HSL284.65º22.05%61.76%-
HSV(B)284.65º24.02%70.2%-
XYZ33.0929.1946.54-
YUV150.47144.1140.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=34.78%
G=28.16%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681361790.060.2400.30284.6522.0561.76
HexA888B361801E11d163e
Octal2502102636300364352676
Binary1010100010001000101100111101100001111010001110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888B3; }

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

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

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

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

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

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

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

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