#A1A5BC

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

Shades of Mischka #A1A5BC

Tints of Mischka #A1A5BC

Color information

#A1A5BC (or 0xA1A5BC) is unknown color: approx Mischka. HEX triplet: A1, A5 and BC. RGB value is (161,165,188). Sum of RGB (Red+Green+Blue) = 161+165+188=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5BC is #5E5A43. Grayscale: #A6A6A6. Windows color (decimal): -6183492 or 12363169. OLE color: 12363169.

HSL color Cylindrical-coordinate representation of color #A1A5BC: hue angle of 231.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1A5BC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161165188-
CMYK0.140.1200.26
HSL231.11º16.77%68.43%-
HSV(B)231.11º14.36%73.73%-
XYZ37.2338.1252.97-
YUV166.43140.17124.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=31.32%
G=32.10%
B=36.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611651880.140.1200.26231.1116.7768.43
HexA1A5BCEC01Ae71144
Octal241245274161403234721104
Binary1010000110100101101111001110110001101011100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A5BC; }

 p { color: rgb(161,165,188); }

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

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

 a { background-color: rgb(161,165,188); }

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

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

 span { border-color: rgb(161,165,188); }

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