#A1A4B7

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

Shades of Mischka #A1A4B7

Tints of Mischka #A1A4B7

Color information

#A1A4B7 (or 0xA1A4B7) is unknown color: approx Mischka. HEX triplet: A1, A4 and B7. RGB value is (161,164,183). Sum of RGB (Red+Green+Blue) = 161+164+183=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #A1A4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4B7 is #5E5B48. Grayscale: #A5A5A5. Windows color (decimal): -6183753 or 12035233. OLE color: 12035233.

HSL color Cylindrical-coordinate representation of color #A1A4B7: hue angle of 231.82º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A4B7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161164183-
CMYK0.120.1000.28
HSL231.82º13.25%67.45%-
HSV(B)231.82º12.02%71.76%-
XYZ36.5237.5550.12-
YUV165.27138.01124.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=31.69%
G=32.28%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611641830.120.1000.28231.8213.2567.45
HexA1A4B7CA01Ce8d43
Octal241244267141203435015103
Binary101000011010010010110111110010100111001110100011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4B7; }

 p { color: rgb(161,164,183); }

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

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

 a { background-color: rgb(161,164,183); }

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

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

 span { border-color: rgb(161,164,183); }

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