#A1ABBB

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

Shades of Mischka #A1ABBB

Tints of Mischka #A1ABBB

Color information

#A1ABBB (or 0xA1ABBB) is unknown color: approx Mischka. HEX triplet: A1, AB and BB. RGB value is (161,171,187). Sum of RGB (Red+Green+Blue) = 161+171+187=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #A1ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABBB is #5E5444. Grayscale: #A9A9A9. Windows color (decimal): -6181957 or 12299169. OLE color: 12299169.

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

Color convert

RGB161171187-
CMYK0.140.0900.27
HSL216.92º16.05%68.24%-
HSV(B)216.92º13.9%73.33%-
XYZ38.2340.2952.78-
YUV169.83137.69121.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=31.02%
G=32.95%
B=36.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611711870.140.0900.27216.9216.0568.24
HexA1ABBBE901Bd91044
Octal241253273161103333120104
Binary1010000110101011101110111110100101101111011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABBB; }

 p { color: rgb(161,171,187); }

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

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

 a { background-color: rgb(161,171,187); }

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

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

 span { border-color: rgb(161,171,187); }

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