#A990B9

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

Shades of East Side #A990B9

Tints of East Side #A990B9

Color information

#A990B9 (or 0xA990B9) is unknown color: approx East Side. HEX triplet: A9, 90 and B9. RGB value is (169,144,185). Sum of RGB (Red+Green+Blue) = 169+144+185=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #A990B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990B9 is #566F46. Grayscale: #9C9C9C. Windows color (decimal): -5664583 or 12161193. OLE color: 12161193.

HSL color Cylindrical-coordinate representation of color #A990B9: hue angle of 276.59º 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 #A990B9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169144185-
CMYK0.090.2200.27
HSL276.59º22.65%64.51%-
HSV(B)276.59º22.16%72.55%-
XYZ35.0931.8850.2-
YUV156.15144.28137.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=33.94%
G=28.92%
B=37.15%

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
Decimal1691441850.090.2200.27276.5922.6564.51
HexA990B991601B1151741
Octal251220271112603342527101
Binary101010011001000010111001100110110011011100010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990B9; }

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

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

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

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

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

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

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

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