#A890B9

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

Shades of East Side #A890B9

Tints of East Side #A890B9

Color information

#A890B9 (or 0xA890B9) is unknown color: approx East Side. HEX triplet: A8, 90 and B9. RGB value is (168,144,185). Sum of RGB (Red+Green+Blue) = 168+144+185=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #A890B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890B9 is #576F46. Grayscale: #9B9B9B. Windows color (decimal): -5730119 or 12161192. OLE color: 12161192.

HSL color Cylindrical-coordinate representation of color #A890B9: hue angle of 275.12º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A890B9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168144185-
CMYK0.090.2200.27
HSL275.12º22.65%64.51%-
HSV(B)275.12º22.16%72.55%-
XYZ34.8831.7750.19-
YUV155.85144.45136.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=33.80%
G=28.97%
B=37.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681441850.090.2200.27275.1222.6564.51
HexA890B991601B1131741
Octal250220271112603342327101
Binary101010001001000010111001100110110011011100010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890B9; }

 p { color: rgb(168,144,185); }

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

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

 a { background-color: rgb(168,144,185); }

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

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

 span { border-color: rgb(168,144,185); }

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